arm.opt (mlra): Enable LRA by default.
authorYvan Roux <yvan.roux@linaro.org>
Wed, 11 Dec 2013 12:04:09 +0000 (12:04 +0000)
committerYvan Roux <yroux@gcc.gnu.org>
Wed, 11 Dec 2013 12:04:09 +0000 (12:04 +0000)
2013-12-11  Yvan Roux  <yvan.roux@linaro.org>

        * config/arm/arm.opt (mlra): Enable LRA by default.

From-SVN: r205887

gcc/ChangeLog
gcc/config/arm/arm.opt

index 10fae5a..949eb94 100644 (file)
@@ -1,3 +1,7 @@
+2013-12-11  Yvan Roux  <yvan.roux@linaro.org>
+
+       * config/arm/arm.opt (mlra): Enable LRA by default.
+
 2013-12-11  Jakub Jelinek  <jakub@redhat.com>
 
        PR tree-optimization/59417
index 24e5b06..5fbac7b 100644 (file)
@@ -144,7 +144,7 @@ Target RejectNegative Joined Enum(arm_fpu) Var(arm_fpu_index)
 Specify the name of the target floating point hardware/format
 
 mlra
-Target Report Var(arm_lra_flag) Init(0) Save
+Target Report Var(arm_lra_flag) Init(1) Save
 Use LRA instead of reload (transitional)
 
 mhard-float