[ARM] Initialise T16-related fields in Cortex-A8 tuning struct.

* config/arm/arm.c (arm_cortex_a8_tune): Initialise
	T16-related fields.

From-SVN: r209806
This commit is contained in:
Kyrylo Tkachov 2014-04-25 14:32:39 +00:00 committed by Kyrylo Tkachov
parent 61ba732927
commit 0e4c913f53
2 changed files with 7 additions and 1 deletions

View 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

View 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 =