diff options
author | Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE> | 2019-09-23 09:17:57 +0000 |
---|---|---|
committer | Rainer Orth <ro@gcc.gnu.org> | 2019-09-23 09:17:57 +0000 |
commit | b7bb3d35804f1d50d7dcfa18aacf1f91d898bb1f (patch) | |
tree | e21a7a04a58caa7c4b4f18aec7fa929728add7d8 /gcc/lto-section-in.c | |
parent | e25427723608118c1441aac4c4808e2360eb0b6c (diff) | |
download | gcc-b7bb3d35804f1d50d7dcfa18aacf1f91d898bb1f.zip gcc-b7bb3d35804f1d50d7dcfa18aacf1f91d898bb1f.tar.gz gcc-b7bb3d35804f1d50d7dcfa18aacf1f91d898bb1f.tar.bz2 |
Use underscore in IPA-SRA LTO section name (PR ipa/91835)
PR ipa/91835
* lto-section-in.c (lto_section_name): Use "ipa_sra" instead of
"ipa-sra".
From-SVN: r276050
Diffstat (limited to 'gcc/lto-section-in.c')
-rw-r--r-- | gcc/lto-section-in.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/lto-section-in.c b/gcc/lto-section-in.c index d5feebf..60f111f 100644 --- a/gcc/lto-section-in.c +++ b/gcc/lto-section-in.c @@ -54,7 +54,7 @@ const char *lto_section_name[LTO_N_SECTION_TYPES] = "mode_table", "hsa", "lto", - "ipa-sra" + "ipa_sra" }; /* Hooks so that the ipa passes can call into the lto front end to get |