diff options
author | Richard Guenther <rguenther@suse.de> | 2012-03-21 08:02:21 +0000 |
---|---|---|
committer | Richard Biener <rguenth@gcc.gnu.org> | 2012-03-21 08:02:21 +0000 |
commit | be147e848b387d23d421587059e1d45ae17f01d3 (patch) | |
tree | ac5969cac9f16efc22521450737be550667ef96f /gcc/tree-pass.h | |
parent | 552b8185be26149ffcc8c879f4644d52aa1c85a8 (diff) | |
download | gcc-be147e848b387d23d421587059e1d45ae17f01d3.zip gcc-be147e848b387d23d421587059e1d45ae17f01d3.tar.gz gcc-be147e848b387d23d421587059e1d45ae17f01d3.tar.bz2 |
Makefile.in (cfgexpand.o): Add $(REGS_H) and $(INTEGRATE_H) dependencies.
2012-03-21 Richard Guenther <rguenther@suse.de>
* Makefile.in (cfgexpand.o): Add $(REGS_H) and $(INTEGRATE_H)
dependencies.
* cfgexpand.c (gimple_expand_cfg): Fold in pass_init_function,
pass_jump, pass_initial_value_sets and pass_unshare_all_rtl.
* passes.c (init_optimization_passes): Remove pass_init_function,
pass_jump, pass_initial_value_sets and pass_unshare_all_rtl.
* tree-pass.h (pass_init_function): Remove.
(pass_jump): Remove.
(pass_initial_value_sets): Remove.
(pass_unshare_all_rtl): Remove.
* integrate.c (pass_initial_value_sets): Remove.
* emit-rtl.c (pass_unshare_all_rtl): Remove.
* tree.h (init_function_for_compilation): Remove.
* function.c (init_function_for_compilation): Remove.
(pass_init_function): Remove.
* cfgcleanup.c (rest_of_handle_jump): Remove.
(pass_jump): Remove.
From-SVN: r185598
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 8c50267..f5cffa3 100644 --- a/gcc/tree-pass.h +++ b/gcc/tree-pass.h @@ -485,10 +485,6 @@ extern struct gimple_opt_pass pass_init_datastructures; extern struct gimple_opt_pass pass_fixup_cfg; extern struct rtl_opt_pass pass_expand; -extern struct rtl_opt_pass pass_init_function; -extern struct rtl_opt_pass pass_jump; -extern struct rtl_opt_pass pass_initial_value_sets; -extern struct rtl_opt_pass pass_unshare_all_rtl; extern struct rtl_opt_pass pass_instantiate_virtual_regs; extern struct rtl_opt_pass pass_rtl_fwprop; extern struct rtl_opt_pass pass_rtl_fwprop_addr; |