diff options
author | hubicka <hubicka@138bc75d-0d04-0410-961f-82ee72b054a4> | 2010-04-21 21:58:50 +0000 |
---|---|---|
committer | hubicka <hubicka@138bc75d-0d04-0410-961f-82ee72b054a4> | 2010-04-21 21:58:50 +0000 |
commit | 5a2aecd69f9210e2b54c34d515a6db56ee070527 (patch) | |
tree | 1322de7c8a1c5d0b32a7b386725bce3c024e3502 /gcc/lto-streamer.c | |
parent | 2cdf5987c235a29f5c63177ab5f9a2b5f96c2f03 (diff) | |
download | gcc-5a2aecd69f9210e2b54c34d515a6db56ee070527.tar.gz |
* 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.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@158622 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/lto-streamer.c')
-rw-r--r-- | gcc/lto-streamer.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gcc/lto-streamer.c b/gcc/lto-streamer.c index 0b44845bceb..46d61548e12 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); |