aboutsummaryrefslogtreecommitdiff
path: root/gcc/doc/tm.texi
diff options
context:
space:
mode:
authorH.J. Lu <hongjiu.lu@intel.com>2016-03-02 21:46:55 +0000
committerH.J. Lu <hjl@gcc.gnu.org>2016-03-02 13:46:55 -0800
commit52dcb7dbeb982184781b02da03bebffd473b1798 (patch)
tree70e7b7b2609515b7df816c8eab123552d0060965 /gcc/doc/tm.texi
parent08c1904dccf3073bd93f154f5eefdd2d33bc273b (diff)
downloadgcc-52dcb7dbeb982184781b02da03bebffd473b1798.zip
gcc-52dcb7dbeb982184781b02da03bebffd473b1798.tar.gz
gcc-52dcb7dbeb982184781b02da03bebffd473b1798.tar.bz2
Regenerate doc/tm.texi
* doc/tm.texi: Regenerated. From-SVN: r233917
Diffstat (limited to 'gcc/doc/tm.texi')
-rw-r--r--gcc/doc/tm.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/doc/tm.texi b/gcc/doc/tm.texi
index 8b3bccd..745910f 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)