tree-pass.h (pass_rest_of_compilation, [...]): Remove.
authorRichard Guenther <rguenther@suse.de>
Fri, 11 May 2012 14:07:38 +0000 (14:07 +0000)
committerRichard Biener <rguenth@gcc.gnu.org>
Fri, 11 May 2012 14:07:38 +0000 (14:07 +0000)
commit6083578b4123a41fc9001dbb27ea568c3d442ad4
tree0eeb74722c6f05b398c7d62aad2871734e913808
parent91077d4ef9381c153b939267cecd8e9c80bc7ec8
tree-pass.h (pass_rest_of_compilation, [...]): Remove.

2012-05-11  Richard Guenther  <rguenther@suse.de>

* tree-pass.h (pass_rest_of_compilation,
pass_all_optimizations, pass_postreload, pass_all_early_optimizations):
Remove.
* passes.c (pass_all_optimizations, pass_postreload,
pass_all_early_optimizations): Make static.
(pass_rest_of_compilation): Likewise.  Make it an RTL_PASS.
* tree-phinodes.c (init_phinodes, fini_phinodes): Remove.
* tree-ssa.c (init_tree_ssa): Do not call init_phinodes.
(delete_tree_ssa): Do not call fini_phinodes.
* tree-flow.h (init_phinodes, fini_phinodes): Remove.

From-SVN: r187407
gcc/ChangeLog
gcc/passes.c
gcc/tree-flow.h
gcc/tree-pass.h
gcc/tree-phinodes.c
gcc/tree-ssa.c