From bc58d7e1bd3aebc1fa0ad81c9ee6b2eddfd89c79 Mon Sep 17 00:00:00 2001 From: Jan Hubicka Date: Wed, 21 Apr 2010 23:58:50 +0200 Subject: timevar.def (TV_WHOPR_WPA_FIXUP): Remove. * timevar.def (TV_WHOPR_WPA_FIXUP): Remove. * lto-section-in.c (lto_section_name): Remove wpa_fixup. * lto-wpa-fixup.c: Remove. * Makefile.in (lto-wpa-fixup.o): Remove. * passes.c (init_optimization_passes): Remove pass_ipa_lto_wpa_fixup. (execute_all_ipa_transforms): Set cgraph_state to CGRAPH_STATE_IPA_SSA. * lto-streamer.c (lto_get_section_name): Remove wpa_fixup section. * lto.c (lto_fixup_tree): Do not call wpa fixup. (materialize_cgraph): Likewise. From-SVN: r158622 --- gcc/lto-streamer.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'gcc/lto-streamer.c') diff --git a/gcc/lto-streamer.c b/gcc/lto-streamer.c index 0b44845..46d6154 100644 --- a/gcc/lto-streamer.c +++ b/gcc/lto-streamer.c @@ -169,9 +169,6 @@ lto_get_section_name (int section_type, const char *name) case LTO_section_ipa_reference: return concat (LTO_SECTION_NAME_PREFIX, ".reference", NULL); - case LTO_section_wpa_fixup: - return concat (LTO_SECTION_NAME_PREFIX, ".wpa_fixup", NULL); - case LTO_section_opts: return concat (LTO_SECTION_NAME_PREFIX, ".opts", NULL); -- cgit v1.1