Commit b7bb3d35 by Rainer Orth Committed by Rainer Orth

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
parent e2542772
2019-09-23 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
PR ipa/91835
* lto-section-in.c (lto_section_name): Use "ipa_sra" instead of
"ipa-sra".
2019-09-22 Iain Sandoe <iain@sandoe.co.uk>
* config/rs6000/rs6000.c (machopic_output_stub): Remove dead
......
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment