aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.8/gcc/passes.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc-4.8/gcc/passes.c')
-rw-r--r--gcc-4.8/gcc/passes.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc-4.8/gcc/passes.c b/gcc-4.8/gcc/passes.c
index 4a7f8d2ae..844214dd0 100644
--- a/gcc-4.8/gcc/passes.c
+++ b/gcc-4.8/gcc/passes.c
@@ -1398,6 +1398,7 @@ init_optimization_passes (void)
/* After CCP we rewrite no longer addressed locals into SSA
form if possible. */
NEXT_PASS (pass_forwprop);
+ NEXT_PASS (pass_object_sizes);
/* pass_build_alias is a dummy pass that ensures that we
execute TODO_rebuild_alias at this point. */
NEXT_PASS (pass_build_alias);
@@ -1435,7 +1436,6 @@ init_optimization_passes (void)
NEXT_PASS (pass_dce);
NEXT_PASS (pass_forwprop);
NEXT_PASS (pass_phiopt);
- NEXT_PASS (pass_object_sizes);
NEXT_PASS (pass_strlen);
NEXT_PASS (pass_ccp);
/* After CCP we rewrite no longer addressed locals into SSA