]> git.ipfire.org Git - thirdparty/gcc.git/commit
2012-05-11 Richard Guenther <rguenther@suse.de>
authorrguenth <rguenth@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 11 May 2012 14:07:38 +0000 (14:07 +0000)
committerrguenth <rguenth@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 11 May 2012 14:07:38 +0000 (14:07 +0000)
commit615091c17699ae8b96a281899f89f55cada85308
tree0eeb74722c6f05b398c7d62aad2871734e913808
parenteba36973e2376268fbafb14dbdf9a813b228e650
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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@187407 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/passes.c
gcc/tree-flow.h
gcc/tree-pass.h
gcc/tree-phinodes.c
gcc/tree-ssa.c