aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.4.0/gcc/ipa-struct-reorg.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc-4.4.0/gcc/ipa-struct-reorg.c')
-rw-r--r--gcc-4.4.0/gcc/ipa-struct-reorg.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc-4.4.0/gcc/ipa-struct-reorg.c b/gcc-4.4.0/gcc/ipa-struct-reorg.c
index ab70c98e9..1bf782200 100644
--- a/gcc-4.4.0/gcc/ipa-struct-reorg.c
+++ b/gcc-4.4.0/gcc/ipa-struct-reorg.c
@@ -658,7 +658,7 @@ make_edge_and_fix_phis_of_dest (basic_block bb, edge e)
{
gimple phi = gsi_stmt (si);
arg = PHI_ARG_DEF_FROM_EDGE (phi, e);
- add_phi_arg (phi, arg, new_e);
+ add_phi_arg (phi, arg, new_e, gimple_phi_arg_location_from_edge (phi, e));
}
return new_e;