diff mbox

Specify that new ports should use LRA

Message ID CAESRpQAu+ZJy8GD7Kfeb4OvMiWa7-rjG0ANtMjruAVeQ6QWAHQ@mail.gmail.com
State New
Headers show

Commit Message

Manuel López-Ibáñez March 2, 2016, 8:18 p.m. UTC
Pre-approved by Jeff here: https://gcc.gnu.org/ml/gcc-help/2016-03/msg00006.html

Committed as revision 233914.
diff mbox

Patch

Index: ChangeLog
===================================================================
--- ChangeLog	(revision 233913)
+++ ChangeLog	(working copy)
@@ -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
Index: target.def
===================================================================
--- target.def	(revision 233910)
+++ target.def	(working copy)
@@ -4884,9 +4884,9 @@ 
 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)