diff options
author | Michael Matz <matz@suse.de> | 2009-04-26 22:09:50 +0000 |
---|---|---|
committer | Michael Matz <matz@gcc.gnu.org> | 2009-04-26 22:09:50 +0000 |
commit | ddc34084b6f0fe85ae52114044dd4a27f57ad8b6 (patch) | |
tree | 8c9d7c82cbaab42b2eff59d07e4c41277e227a98 /gcc/tree-pass.h | |
parent | 1fec7ed49860c248ae85a293ded8fff4c3ed238d (diff) | |
download | gcc-ddc34084b6f0fe85ae52114044dd4a27f57ad8b6.zip gcc-ddc34084b6f0fe85ae52114044dd4a27f57ad8b6.tar.gz gcc-ddc34084b6f0fe85ae52114044dd4a27f57ad8b6.tar.bz2 |
tree-pass.h (pass_del_ssa, [...]): Remove decls.
* tree-pass.h (pass_del_ssa, pass_mark_used_blocks,
pass_free_cfg_annotations, pass_free_datastructures): Remove decls.
* gimple-low.c (mark_blocks_with_used_vars, mark_used_blocks,
pass_mark_used_blocks): Remove.
* tree-optimize.c (pass_free_datastructures,
execute_free_cfg_annotations, pass_free_cfg_annotations): Remove.
* passes.c (init_optimization_passes): Don't call
pass_mark_used_blocks, remove dead code.
From-SVN: r146819
Diffstat (limited to 'gcc/tree-pass.h')
-rw-r--r-- | gcc/tree-pass.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/gcc/tree-pass.h b/gcc/tree-pass.h index cb95fe6..9f80bfd 100644 --- a/gcc/tree-pass.h +++ b/gcc/tree-pass.h @@ -344,7 +344,6 @@ extern struct gimple_opt_pass pass_ch; extern struct gimple_opt_pass pass_ccp; extern struct gimple_opt_pass pass_phi_only_cprop; extern struct gimple_opt_pass pass_build_ssa; -extern struct gimple_opt_pass pass_del_ssa; extern struct gimple_opt_pass pass_build_alias; extern struct gimple_opt_pass pass_dominator; extern struct gimple_opt_pass pass_dce; @@ -380,7 +379,6 @@ extern struct gimple_opt_pass pass_phiprop; extern struct gimple_opt_pass pass_tree_ifcombine; extern struct gimple_opt_pass pass_dse; extern struct gimple_opt_pass pass_nrv; -extern struct gimple_opt_pass pass_mark_used_blocks; extern struct gimple_opt_pass pass_rename_ssa_copies; extern struct gimple_opt_pass pass_rest_of_compilation; extern struct gimple_opt_pass pass_sink_code; @@ -414,8 +412,6 @@ extern struct simple_ipa_opt_pass pass_ipa_function_and_variable_visibility; extern struct gimple_opt_pass pass_all_optimizations; extern struct gimple_opt_pass pass_cleanup_cfg_post_optimizing; -extern struct gimple_opt_pass pass_free_cfg_annotations; -extern struct gimple_opt_pass pass_free_datastructures; extern struct gimple_opt_pass pass_init_datastructures; extern struct gimple_opt_pass pass_fixup_cfg; |