Fix lra_p text
authorSegher Boessenkool <segher@kernel.crashing.org>
Mon, 19 Sep 2016 15:54:12 +0000 (17:54 +0200)
committerSegher Boessenkool <segher@gcc.gnu.org>
Mon, 19 Sep 2016 15:54:12 +0000 (17:54 +0200)
* target.def (lra_p): Wordsmithing.
* doc/tm.texi: Regenerate.

From-SVN: r240236

gcc/ChangeLog
gcc/doc/tm.texi
gcc/target.def

index 3fb3b0f1e5bd45e7c9c35225bf50ad4d35a19a67..905316d281450b7abdb8a0d671aed91ccd92b9cc 100644 (file)
@@ -1,3 +1,8 @@
+2016-09-19  Segher Boessenkool  <segher@kernel.crashing.org>
+
+       * target.def (lra_p): Wordsmithing.
+       * doc/tm.texi: Regenerate.
+
 2016-09-19  Jakub Jelinek  <jakub@redhat.com>
            Jan Hubicka  <jh@suse.cz>
 
index 8d533d53083f5ce5cdc5303acffb8d0e442b38bf..92554d686208cdda1123fa4b0a5ff0729efb637b 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.    The default version of this target hook returns always true.  New ports  should use LRA, and existing ports are encouraged to convert.
+A target hook which returns true if we use LRA instead of reload pass.    The default version of this target hook returns true.  New ports  should use LRA, and existing ports are encouraged to convert.
 @end deftypefn
 
 @deftypefn {Target Hook} int TARGET_REGISTER_PRIORITY (int)
index a4e4cbb66454bc0f1bd351b7e47ed2d0c444dbd8..0e10d6f03c8b488402b7c420f7c1c570152c632c 100644 (file)
@@ -4929,7 +4929,7 @@ DEFHOOK
 (lra_p,
  "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\
+  The default version of this target hook returns true.  New ports\
   should use LRA, and existing ports are encouraged to convert.",
  bool, (void),
  default_lra_p)