From: H.J. Lu Date: Wed, 2 Mar 2016 21:46:55 +0000 (+0000) Subject: Regenerate doc/tm.texi X-Git-Tag: basepoints/gcc-7~622 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=52dcb7dbeb982184781b02da03bebffd473b1798;p=thirdparty%2Fgcc.git Regenerate doc/tm.texi * doc/tm.texi: Regenerated. From-SVN: r233917 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 2adcc5f0ce67..4800e1d1ebbb 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2016-03-02 H.J. Lu + + * doc/tm.texi: Regenerated. + 2016-03-02 Richard Henderson PR rtl-opt/67145 diff --git a/gcc/doc/tm.texi b/gcc/doc/tm.texi index 8b3bccda9673..745910f9a331 100644 --- a/gcc/doc/tm.texi +++ b/gcc/doc/tm.texi @@ -2861,7 +2861,7 @@ A target hook which can change allocno class for given pseudo from @end deftypefn @deftypefn {Target Hook} bool TARGET_LRA_P (void) -A target hook which returns true if we use LRA instead of reload pass. It means that LRA was ported to the target. The default version of this target hook returns always false. +A target hook which returns true if we use LRA instead of reload pass. The default version of this target hook returns always false, but new ports should use LRA. @end deftypefn @deftypefn {Target Hook} int TARGET_REGISTER_PRIORITY (int)