]> git.ipfire.org Git - thirdparty/gcc.git/commit
2012-04-10 Richard Guenther <rguenther@suse.de>
authorrguenth <rguenth@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 10 Apr 2012 08:19:21 +0000 (08:19 +0000)
committerrguenth <rguenth@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 10 Apr 2012 08:19:21 +0000 (08:19 +0000)
commit47199071a049d529a66ee06128853fd7774846ef
tree6b92c821c2ae799a2ab7f42bf9b9d1f1861fa75f
parentb49a67e18934624dd9ca33d4f8f1f1cba2ede38e
2012-04-10  Richard Guenther  <rguenther@suse.de>

* tree-pass.h (tree_lowering_passes): Remove.
* tree-optimize.c (tree_lowering_passes): Remove.
* cgraph.c (cgraph_add_new_function): Inline relevant parts
of tree_lowering_passes, avoid redundant call of early local
passes.
* cgraphunit.c (cgraph_lower_function): Fold into ...
(cgraph_analyze_function): ... its single caller.  Inline
relevant parts of tree_lowering_passes.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@186268 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/cgraph.c
gcc/cgraphunit.c
gcc/tree-optimize.c
gcc/tree-pass.h