aboutsummaryrefslogtreecommitdiff
path: root/gcc/doc
diff options
context:
space:
mode:
authorSegher Boessenkool <segher@kernel.crashing.org>2016-09-14 12:51:43 +0200
committerSegher Boessenkool <segher@gcc.gnu.org>2016-09-14 12:51:43 +0200
commit48975b3de61af4dd3cf2809bf8bc647c0ebc8971 (patch)
tree67d249533ad648d1f993e8a07b445c5b16fafbcd /gcc/doc
parent1a267e530efa85d704278de942c6aa446261b4c0 (diff)
downloadgcc-48975b3de61af4dd3cf2809bf8bc647c0ebc8971.zip
gcc-48975b3de61af4dd3cf2809bf8bc647c0ebc8971.tar.gz
gcc-48975b3de61af4dd3cf2809bf8bc647c0ebc8971.tar.bz2
Fix TARGET_LRA_P description
2016-09-14 Segher Boessenkool <segher@kernel.crashing.org> * target.def (lra_p): Change commentary (for the manual) for the new default. * doc/tm.texi: Regenerate. From-SVN: r240133
Diffstat (limited to 'gcc/doc')
-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 dc5bcd6..0ca00d2 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. The default version of this target hook returns always false, but new ports should use LRA.
+A target hook which returns true if we use LRA instead of reload pass. The default version of this target hook returns always true. New ports should use LRA, and existing ports are encouraged to convert.
@end deftypefn
@deftypefn {Target Hook} int TARGET_REGISTER_PRIORITY (int)