diff options
Diffstat (limited to 'gcc/tree-ssa-phiopt.c')
-rw-r--r-- | gcc/tree-ssa-phiopt.c | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/gcc/tree-ssa-phiopt.c b/gcc/tree-ssa-phiopt.c index 1d871d00873..3c241e43fc5 100644 --- a/gcc/tree-ssa-phiopt.c +++ b/gcc/tree-ssa-phiopt.c @@ -137,11 +137,6 @@ tree_ssa_phiopt (void) } } } - - /* If we removed any PHIs, then we have unreachable blocks and blocks - which need to be merged in the CFG. */ - if (removed_phis) - cleanup_tree_cfg (); } /* Return TRUE if block BB has no executable statements, otherwise return @@ -668,7 +663,7 @@ struct tree_opt_pass pass_phiopt = 0, /* properties_provided */ 0, /* properties_destroyed */ 0, /* todo_flags_start */ - TODO_dump_func | TODO_ggc_collect /* todo_flags_finish */ + TODO_cleanup_cfg | TODO_dump_func | TODO_ggc_collect /* todo_flags_finish */ | TODO_verify_ssa | TODO_rename_vars | TODO_verify_flow, 0 /* letter */ |