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
parent da3d46cb
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> 2016-03-02 Jakub Jelinek <jakub@redhat.com>
PR libgomp/69555 PR libgomp/69555
......
...@@ -4884,9 +4884,9 @@ DEFHOOK ...@@ -4884,9 +4884,9 @@ DEFHOOK
DEFHOOK DEFHOOK
(lra_p, (lra_p,
"A target hook which returns true if we use LRA instead of reload pass.\ "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), bool, (void),
default_lra_p) default_lra_p)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment