From f37cb70b6b5a0af23c753086b5136e7df73bceee Mon Sep 17 00:00:00 2001 From: Segher Boessenkool Date: Mon, 19 Sep 2016 17:54:12 +0200 Subject: [PATCH] Fix lra_p text * target.def (lra_p): Wordsmithing. * doc/tm.texi: Regenerate. From-SVN: r240236 --- gcc/ChangeLog | 5 +++++ gcc/doc/tm.texi | 2 +- gcc/target.def | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 3fb3b0f1e5b..905316d2814 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2016-09-19 Segher Boessenkool + + * target.def (lra_p): Wordsmithing. + * doc/tm.texi: Regenerate. + 2016-09-19 Jakub Jelinek Jan Hubicka diff --git a/gcc/doc/tm.texi b/gcc/doc/tm.texi index 8d533d53083..92554d68620 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 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) diff --git a/gcc/target.def b/gcc/target.def index a4e4cbb6645..0e10d6f03c8 100644 --- a/gcc/target.def +++ b/gcc/target.def @@ -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) -- 2.30.2