aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-pass.h
diff options
context:
space:
mode:
authorRichard Guenther <rguenther@suse.de>2010-09-22 12:15:56 +0000
committerRichard Biener <rguenth@gcc.gnu.org>2010-09-22 12:15:56 +0000
commit736fe2d54b355d5d43b3d26b1d40b110a0697b28 (patch)
tree8d4fae775644247a59913ff0ac0e900b30768e6c /gcc/tree-pass.h
parentbafa9791ac3a741aae72a6efd998b7d36d2c2e62 (diff)
downloadgcc-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/tree-pass.h')
-rw-r--r--gcc/tree-pass.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/gcc/tree-pass.h b/gcc/tree-pass.h
index 0dd6dd1..a16301c 100644
--- a/gcc/tree-pass.h
+++ b/gcc/tree-pass.h
@@ -355,10 +355,8 @@ extern struct gimple_opt_pass pass_lower_resx;
extern struct gimple_opt_pass pass_build_cfg;
extern struct gimple_opt_pass pass_tree_profile;
extern struct gimple_opt_pass pass_early_tree_profile;
-extern struct gimple_opt_pass pass_cleanup_cfg;
extern struct gimple_opt_pass pass_referenced_vars;
extern struct gimple_opt_pass pass_cleanup_eh;
-extern struct gimple_opt_pass pass_fixup_cfg;
extern struct gimple_opt_pass pass_sra;
extern struct gimple_opt_pass pass_sra_early;
extern struct gimple_opt_pass pass_early_ipa_sra;