[ARM] Initialise T16-related fields in Cortex-A8 tuning struct.
authorKyrylo Tkachov <kyrylo.tkachov@arm.com>
Fri, 25 Apr 2014 14:32:39 +0000 (14:32 +0000)
committerKyrylo Tkachov <ktkachov@gcc.gnu.org>
Fri, 25 Apr 2014 14:32:39 +0000 (14:32 +0000)
* config/arm/arm.c (arm_cortex_a8_tune): Initialise
T16-related fields.

From-SVN: r209806

gcc/ChangeLog
gcc/config/arm/arm.c

index 228404c..d08a417 100644 (file)
@@ -1,3 +1,8 @@
+2014-04-25  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
+
+       * config/arm/arm.c (arm_cortex_a8_tune): Initialise
+       T16-related fields.
+
 2014-04-25  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
 
        PR tree-optimization/60930
index 09b5c52..de457a3 100644 (file)
@@ -1710,7 +1710,8 @@ const struct tune_params arm_cortex_a8_tune =
   false,                                       /* Prefer LDRD/STRD.  */
   {true, true},                                        /* Prefer non short circuit.  */
   &arm_default_vec_cost,                        /* Vectorizer costs.  */
-  false                                         /* Prefer Neon for 64-bits bitops.  */
+  false,                                        /* Prefer Neon for 64-bits bitops.  */
+  false, false                                  /* Prefer 32-bit encodings.  */
 };
 
 const struct tune_params arm_cortex_a7_tune =