* toplev.c (compile_file): Move call to coverage_finish ...
commit9ed5b1f51fab0a96dfa17dfec099a73f4fdeb730
authordnovillo <dnovillo@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 19 Apr 2009 17:52:03 +0000 (19 17:52 +0000)
committerdnovillo <dnovillo@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 19 Apr 2009 17:52:03 +0000 (19 17:52 +0000)
treebb5a4b60b2fba01c8f07af7dea9726c29ea518ca
parent941f2388c6654af085ec92de505bc6b53d90b5fa
* toplev.c (compile_file): Move call to coverage_finish ...
* cgraphunit.c (ipa_passes): ... here.
Call cgraph_process_new_functions.
* ipa-utils.c (get_base_var): Handle CONSTRUCTOR.
* Makefile.in (cgraphunit.o): Add dependency on COVERAGE_H.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@146354 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/Makefile.in
gcc/cgraphunit.c
gcc/ipa-utils.c
gcc/toplev.c