]> git.ipfire.org Git - thirdparty/gcc.git/commit - gcc/cgraphunit.c
toplev.h (tree_rest_of_compilation): Remove.
authorRichard Guenther <rguenther@suse.de>
Tue, 10 Apr 2012 11:56:05 +0000 (11:56 +0000)
committerRichard Biener <rguenth@gcc.gnu.org>
Tue, 10 Apr 2012 11:56:05 +0000 (11:56 +0000)
commit0878843fd50d1ac01305b963a5b4c52732694f01
tree42226e862a782231da6620d3afb31c4d4f6bec51
parentc0d942d2117b785d768c5f2ab2813e4781e29e43
toplev.h (tree_rest_of_compilation): Remove.

2012-04-10  Richard Guenther  <rguenther@suse.de>

* toplev.h (tree_rest_of_compilation): Remove.
* tree-optimize.c (tree_rest_of_compilation): Likewise.
* cgraph.h (tree_rest_of_compilation): Declare.
* tree-optimize.c (tree_rest_of_compilation): Move ...
* cgraphunit.c (tree_rest_of_compilation): ... here.
* cgraph.c (cgraph_add_new_function): Adjust.
* Makefile.in (tree-optimize.o): Adjust.
(cgraphunit.o): Likewise.

From-SVN: r186274
gcc/ChangeLog
gcc/Makefile.in
gcc/cgraph.c
gcc/cgraph.h
gcc/cgraphunit.c
gcc/toplev.h
gcc/tree-optimize.c