tree-pass.h (tree_lowering_passes): Remove.
authorRichard Guenther <rguenther@suse.de>
Tue, 10 Apr 2012 08:19:21 +0000 (08:19 +0000)
committerRichard Biener <rguenth@gcc.gnu.org>
Tue, 10 Apr 2012 08:19:21 +0000 (08:19 +0000)
commit26eb69c619a491be1a40413b98d010b2d3ef984a
tree6b92c821c2ae799a2ab7f42bf9b9d1f1861fa75f
parentbcc2b4cdc2b3692baa1e2c64c5c520a0dc66bc4b
tree-pass.h (tree_lowering_passes): Remove.

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.

From-SVN: r186268
gcc/ChangeLog
gcc/cgraph.c
gcc/cgraphunit.c
gcc/tree-optimize.c
gcc/tree-pass.h