aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.4.0/gcc/tree-switch-conversion.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc-4.4.0/gcc/tree-switch-conversion.c')
-rw-r--r--gcc-4.4.0/gcc/tree-switch-conversion.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc-4.4.0/gcc/tree-switch-conversion.c b/gcc-4.4.0/gcc/tree-switch-conversion.c
index dba0c6f3d..3dc1ef2a0 100644
--- a/gcc-4.4.0/gcc/tree-switch-conversion.c
+++ b/gcc-4.4.0/gcc/tree-switch-conversion.c
@@ -604,8 +604,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);
- add_phi_arg (phi, info.target_outbound_names[i], e2f);
+ add_phi_arg (phi, info.target_inbound_names[i], e1f, UNKNOWN_LOCATION);
+ add_phi_arg (phi, info.target_outbound_names[i], e2f, UNKNOWN_LOCATION);
}
}