From 13504651c6c0b4cb5777ddcf072f6f7744aa105d Mon Sep 17 00:00:00 2001 From: dje Date: Tue, 3 Jan 2017 22:08:39 +0000 Subject: [PATCH] * doc/invoke.texi (RS6000 options): LRA is enabled by default. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@244035 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/ChangeLog | 4 ++++ gcc/doc/invoke.texi | 3 +-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 281a4a43a07..179cd099e12 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2017-01-03 David Edelsohn + + * doc/invoke.texi (RS6000 options): LRA is enabled by default. + 2017-01-03 Eric Botcazou * doc/invoke.texi (SPARC options): Document -mlra as the default. diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi index f1794bc0fe6..2bd105a867f 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 -- 2.11.4.GIT