diff options
author | David Edelsohn <dje.gcc@gmail.com> | 2017-01-03 22:08:39 +0000 |
---|---|---|
committer | David Edelsohn <dje@gcc.gnu.org> | 2017-01-03 17:08:39 -0500 |
commit | c65f76af364733b576d738af315811a68d23886d (patch) | |
tree | eae8ae1fb4c31877f57ce9ae857cda563017a9a3 | |
parent | 70a6dbe7e37e6920eb65a289f8725ae2fa60b28f (diff) | |
download | gcc-c65f76af364733b576d738af315811a68d23886d.zip gcc-c65f76af364733b576d738af315811a68d23886d.tar.gz gcc-c65f76af364733b576d738af315811a68d23886d.tar.bz2 |
* doc/invoke.texi (RS6000 options): LRA is enabled by default.
From-SVN: r244035
-rw-r--r-- | gcc/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/doc/invoke.texi | 3 |
2 files changed, 5 insertions, 2 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 281a4a4..179cd09 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -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> * doc/invoke.texi (SPARC options): Document -mlra as the default. diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi index f1794bc..2bd105a 100644 --- a/gcc/doc/invoke.texi +++ b/gcc/doc/invoke.texi @@ -21184,8 +21184,7 @@ This switch has been deprecated. Use @option{-misel} and @item -mlra @opindex mlra -Enable Local Register Allocation. This is still experimental for PowerPC, -so by default the compiler uses standard reload +Enable Local Register Allocation. By default the port uses LRA. (i.e. @option{-mno-lra}). @item -mspe |