Since all targets now define TARGET_LRA_P, this does not change behaviour
for any existing target.  Newly added ports will by default use LRA now.


Segher


2016-09-12  Segher Boessenkool  <seg...@kernel.crashing.org>

        * targhooks.c (default_lra_p): Return true instead of false.

---
 gcc/targhooks.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gcc/targhooks.c b/gcc/targhooks.c
index 97856fa..67cc53a 100644
--- a/gcc/targhooks.c
+++ b/gcc/targhooks.c
@@ -995,7 +995,7 @@ default_ira_change_pseudo_allocno_class (int regno 
ATTRIBUTE_UNUSED,
 extern bool
 default_lra_p (void)
 {
-  return false;
+  return true;
 }
 
 int
-- 
1.9.3

Reply via email to