]> git.ipfire.org Git - thirdparty/gcc.git/commit
Makefile.in (cfgexpand.o): Add $(REGS_H) and $(INTEGRATE_H) dependencies.
authorRichard Guenther <rguenther@suse.de>
Wed, 21 Mar 2012 08:02:21 +0000 (08:02 +0000)
committerRichard Biener <rguenth@gcc.gnu.org>
Wed, 21 Mar 2012 08:02:21 +0000 (08:02 +0000)
commitbe147e848b387d23d421587059e1d45ae17f01d3
treeac5969cac9f16efc22521450737be550667ef96f
parent552b8185be26149ffcc8c879f4644d52aa1c85a8
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
gcc/ChangeLog
gcc/Makefile.in
gcc/cfgcleanup.c
gcc/cfgexpand.c
gcc/emit-rtl.c
gcc/function.c
gcc/integrate.c
gcc/passes.c
gcc/tree-pass.h