Fix lra_p text
* target.def (lra_p): Wordsmithing. * doc/tm.texi: Regenerate. From-SVN: r240236
This commit is contained in:
parent
a0a1009abf
commit
f37cb70b6b
@ -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>
|
||||
|
||||
|
@ -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)
|
||||
|
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user