]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - gcc/ipa-split.c
revert: tree.h (phi_arg_d): New field.
[thirdparty/gcc.git] / gcc / ipa-split.c
index 0595ab11d6a40dc34f43a9a921c8e1a545434dd0..1997f62538bffd8ff8372745bf72e13473d10c3c 100644 (file)
@@ -1286,8 +1286,7 @@ split_function (struct split_point *split_point)
                  /* When there is PHI, just update its value.  */
                  if (TREE_CODE (retval) == SSA_NAME
                      && !gsi_end_p (psi))
-                   add_phi_arg (gsi_stmt (psi), retval, e, UNKNOWN_LOCATION,
-                                NULL);
+                   add_phi_arg (gsi_stmt (psi), retval, e, UNKNOWN_LOCATION);
                  /* Otherwise update the return BB itself.
                     find_return_bb allows at most one assignment to return value,
                     so update first statement.  */