Fix lra_p text

* target.def (lra_p): Wordsmithing.
	* doc/tm.texi: Regenerate.

From-SVN: r240236
This commit is contained in:
Segher Boessenkool 2016-09-19 17:54:12 +02:00 committed by Segher Boessenkool
parent a0a1009abf
commit f37cb70b6b
3 changed files with 7 additions and 2 deletions

View 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>

View 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)

View 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)