[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:
parent
61ba732927
commit
0e4c913f53
2 changed files with 7 additions and 1 deletions
|
@ -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
|
||||
|
|
|
@ -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 =
|
||||
|
|
Loading…
Add table
Reference in a new issue