target.def (lra_p): Specify that new ports should use LRA.

2016-03-02  Manuel Lopez-Ibanez <manu@gcc.gnu.org>

       * target.def(lra_p): Specify that new ports should use LRA.

From-SVN: r233914
This commit is contained in:
Manuel López-Ibáñez 2016-03-02 20:17:15 +00:00
parent da3d46cba8
commit bdfbd08637
2 changed files with 6 additions and 2 deletions

View File

@ -1,3 +1,7 @@
2016-03-02 Manuel Lopez-Ibanez <manu@gcc.gnu.org>
* target.def(lra_p): Specify that new ports should use LRA.
2016-03-02 Jakub Jelinek <jakub@redhat.com>
PR libgomp/69555

View File

@ -4884,9 +4884,9 @@ DEFHOOK
DEFHOOK
(lra_p,
"A target hook which returns true if we use LRA instead of reload pass.\
It means that LRA was ported to the target.\
\
The default version of this target hook returns always false.",
The default version of this target hook returns always false, but new\
ports should use LRA.",
bool, (void),
default_lra_p)