Message ID | yddd0frmiik.fsf@CeBiTec.Uni-Bielefeld.DE |
---|---|
State | New |
Headers | show |
Series | Use underscore in IPA-SRA LTO section name (PR ipa/91835) | expand |
# HG changeset patch # Parent 8c01a327e7dfcb4f3b75e96bd58996729bcfd5c8 Use underscore in IPA-SRA LTO section name (PR ipa/91835) diff --git a/gcc/lto-section-in.c b/gcc/lto-section-in.c --- a/gcc/lto-section-in.c +++ b/gcc/lto-section-in.c @@ -54,7 +54,7 @@ const char *lto_section_name[LTO_N_SECTI "mode_table", "hsa", "lto", - "ipa-sra" + "ipa_sra" }; /* Hooks so that the ipa passes can call into the lto front end to get