diff options
author | Richard Guenther <rguenther@suse.de> | 2010-09-22 12:15:56 +0000 |
---|---|---|
committer | Richard Biener <rguenth@gcc.gnu.org> | 2010-09-22 12:15:56 +0000 |
commit | 736fe2d54b355d5d43b3d26b1d40b110a0697b28 (patch) | |
tree | 8d4fae775644247a59913ff0ac0e900b30768e6c /gcc/passes.c | |
parent | bafa9791ac3a741aae72a6efd998b7d36d2c2e62 (diff) | |
download | gcc-736fe2d54b355d5d43b3d26b1d40b110a0697b28.zip gcc-736fe2d54b355d5d43b3d26b1d40b110a0697b28.tar.gz gcc-736fe2d54b355d5d43b3d26b1d40b110a0697b28.tar.bz2 |
tree-ssanames.c (release_dead_ssa_names): Do not remove callee edges here.
2010-09-22 Richard Guenther <rguenther@suse.de>
* tree-ssanames.c (release_dead_ssa_names): Do not remove
callee edges here.
* passes.c (init_optimization_passes): Remove early CFG cleanup.
* tree-optimize.c (execute_cleanup_cfg_pre_ipa): Remove.
(pass_cleanup_cfg): Likewise.
(execute_fixup_cfg): Cleanup.
* tree-pass.h (pass_cleanup_cfg): Remove.
From-SVN: r164522
Diffstat (limited to 'gcc/passes.c')
-rw-r--r-- | gcc/passes.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/passes.c b/gcc/passes.c index 47d6471..c14ed28 100644 --- a/gcc/passes.c +++ b/gcc/passes.c @@ -758,7 +758,6 @@ init_optimization_passes (void) struct opt_pass **p = &pass_early_local_passes.pass.sub; NEXT_PASS (pass_fixup_cfg); NEXT_PASS (pass_tree_profile); - NEXT_PASS (pass_cleanup_cfg); NEXT_PASS (pass_init_datastructures); NEXT_PASS (pass_expand_omp); |