]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - gcc/tree-switch-conversion.c
revert: tree.h (phi_arg_d): New field.
[thirdparty/gcc.git] / gcc / tree-switch-conversion.c
index b90d147e93cbec6a6ddb24aa11830bc749304e03..80457989a476f897ebcea486854243dd07bbfa9d 100644 (file)
@@ -1188,10 +1188,8 @@ fix_phi_nodes (edge e1f, edge e2f, basic_block bbf,
        !gsi_end_p (gsi); gsi_next (&gsi), i++)
     {
       gimple phi = gsi_stmt (gsi);
-      add_phi_arg (phi, info->target_inbound_names[i], e1f, UNKNOWN_LOCATION,
-                  NULL);
-      add_phi_arg (phi, info->target_outbound_names[i], e2f, UNKNOWN_LOCATION,
-                  NULL);
+      add_phi_arg (phi, info->target_inbound_names[i], e1f, UNKNOWN_LOCATION);
+      add_phi_arg (phi, info->target_outbound_names[i], e2f, UNKNOWN_LOCATION);
     }
 }