Regenerate doc/tm.texi
authorH.J. Lu <hongjiu.lu@intel.com>
Wed, 2 Mar 2016 21:46:55 +0000 (21:46 +0000)
committerH.J. Lu <hjl@gcc.gnu.org>
Wed, 2 Mar 2016 21:46:55 +0000 (13:46 -0800)
* doc/tm.texi: Regenerated.

From-SVN: r233917

gcc/ChangeLog
gcc/doc/tm.texi

index 2adcc5f0ce67b1a23d1f481c0daa1b9de01d845f..4800e1d1ebbb913e47803b86a5ee500f2516dafb 100644 (file)
@@ -1,3 +1,7 @@
+2016-03-02  H.J. Lu  <hongjiu.lu@intel.com>
+
+       * doc/tm.texi: Regenerated.
+
 2016-03-02  Richard Henderson  <rth@redhat.com>
 
        PR rtl-opt/67145
index 8b3bccda9673c1f8ae31fb7ff431f2b935d58bc3..745910f9a33134eaac75afd676c73e2a0f9dcfe0 100644 (file)
@@ -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)