SH: enable LRA by default

gcc/ChangeLog:

	PR target/55212
	* conifg/sh/sh.opt (sh_lra_flag): Init to 1.
This commit is contained in:
Oleg Endo 2024-09-25 09:47:25 +09:00
parent eee3b80ab6
commit 09210f9272
1 changed files with 1 additions and 1 deletions

View File

@ -299,5 +299,5 @@ Target Var(TARGET_FSRRA)
Enable the use of the fsrra instruction.
mlra
Target Var(sh_lra_flag) Init(0) Save
Target Var(sh_lra_flag) Init(1) Save
Use LRA instead of reload (transitional).