diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 281a4a43a073..179cd099e12d 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 f1794bc0fe69..2bd105a867f2 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