From: Segher Boessenkool Date: Mon, 19 Sep 2016 15:54:12 +0000 (+0200) Subject: Fix lra_p text X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=f37cb70b6b5a0af23c753086b5136e7df73bceee;p=gcc.git Fix lra_p text * target.def (lra_p): Wordsmithing. * doc/tm.texi: Regenerate. From-SVN: r240236 --- 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)