lto.c (read_cgraph_and_symbols): Do not push DECL_INIT_IO timevar
commit917dd9bf1ed64884ca58a5496349d8a61be8e510
authorJan Hubicka <hubicka@ucw.cz>
Sat, 12 Jul 2014 09:35:00 +0000 (12 11:35 +0200)
committerJan Hubicka <hubicka@gcc.gnu.org>
Sat, 12 Jul 2014 09:35:00 +0000 (12 09:35 +0000)
tree31e81f54a4a391d2291ddfcd3672273db2494f18
parente0770e2aced38ba70227383838166c522940db6e
lto.c (read_cgraph_and_symbols): Do not push DECL_INIT_IO timevar

* lto.c (read_cgraph_and_symbols): Do not push DECL_INIT_IO
timevar
(materialize_cgraph): Do not push GIMPLE_IN timevar.

* timevar.def (TV_IPA_LTO_DECL_INIT_IO): Remove.
(TV_IPA_LTO_CTORS_IN, TV_IPA_LTO_CTORS_OUT): New timevar.
* cgraph.c (cgraph_get_body): Push GIMPLE_IN timevar.
(varpool_get_constructor): Push CTORS_IN timevar.
* lto-streamer-out.c (lto_output): Push TV_IPA_LTO_CTORS_OUT
timevar.

From-SVN: r212479
gcc/ChangeLog
gcc/cgraph.c
gcc/lto-streamer-out.c
gcc/lto/ChangeLog
gcc/lto/lto.c
gcc/timevar.def
gcc/varpool.c