mirror of git://gcc.gnu.org/git/gcc.git
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:
parent
eee3b80ab6
commit
09210f9272
|
@ -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).
|
||||
|
|
Loading…
Reference in New Issue