mirror of git://gcc.gnu.org/git/gcc.git
* doc/invoke.texi (RS6000 options): LRA is enabled by default.
From-SVN: r244035
This commit is contained in:
parent
70a6dbe7e3
commit
c65f76af36
|
|
@ -1,3 +1,7 @@
|
||||||
|
2017-01-03 David Edelsohn <dje.gcc@gmail.com>
|
||||||
|
|
||||||
|
* doc/invoke.texi (RS6000 options): LRA is enabled by default.
|
||||||
|
|
||||||
2017-01-03 Eric Botcazou <ebotcazou@adacore.com>
|
2017-01-03 Eric Botcazou <ebotcazou@adacore.com>
|
||||||
|
|
||||||
* doc/invoke.texi (SPARC options): Document -mlra as the default.
|
* doc/invoke.texi (SPARC options): Document -mlra as the default.
|
||||||
|
|
|
||||||
|
|
@ -21184,8 +21184,7 @@ This switch has been deprecated. Use @option{-misel} and
|
||||||
|
|
||||||
@item -mlra
|
@item -mlra
|
||||||
@opindex mlra
|
@opindex mlra
|
||||||
Enable Local Register Allocation. This is still experimental for PowerPC,
|
Enable Local Register Allocation. By default the port uses LRA.
|
||||||
so by default the compiler uses standard reload
|
|
||||||
(i.e. @option{-mno-lra}).
|
(i.e. @option{-mno-lra}).
|
||||||
|
|
||||||
@item -mspe
|
@item -mspe
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue