summaryrefslogtreecommitdiff
path: root/gcc/passes.c
diff options
context:
space:
mode:
authorrth <rth@138bc75d-0d04-0410-961f-82ee72b054a4>2011-01-22 19:35:10 +0000
committerrth <rth@138bc75d-0d04-0410-961f-82ee72b054a4>2011-01-22 19:35:10 +0000
commita50372fe702cabfa8fb6a8e3a82da919ca720cda (patch)
treee448736a4d2079d8b2bb7d5d43e46d716b00478c /gcc/passes.c
parent502904119dcbe9c75e8f3d48f8306a56c6835618 (diff)
downloadgcc-a50372fe702cabfa8fb6a8e3a82da919ca720cda.tar.gz
New -fcompare-elim pass.
Version 3, with two rounds of comments from Paolo Bonzini. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@169131 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/passes.c')
-rw-r--r--gcc/passes.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/passes.c b/gcc/passes.c
index 090110e2590..d32bccf23ec 100644
--- a/gcc/passes.c
+++ b/gcc/passes.c
@@ -1022,6 +1022,7 @@ init_optimization_passes (void)
NEXT_PASS (pass_gcse2);
NEXT_PASS (pass_split_after_reload);
NEXT_PASS (pass_implicit_zee);
+ NEXT_PASS (pass_compare_elim_after_reload);
NEXT_PASS (pass_branch_target_load_optimize1);
NEXT_PASS (pass_thread_prologue_and_epilogue);
NEXT_PASS (pass_rtl_dse2);