Commit 0e4c913f by Kyrylo Tkachov Committed by Kyrylo Tkachov

[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
parent 61ba7329
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> 2014-04-25 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
PR tree-optimization/60930 PR tree-optimization/60930
......
...@@ -1710,7 +1710,8 @@ const struct tune_params arm_cortex_a8_tune = ...@@ -1710,7 +1710,8 @@ const struct tune_params arm_cortex_a8_tune =
false, /* Prefer LDRD/STRD. */ false, /* Prefer LDRD/STRD. */
{true, true}, /* Prefer non short circuit. */ {true, true}, /* Prefer non short circuit. */
&arm_default_vec_cost, /* Vectorizer costs. */ &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 = const struct tune_params arm_cortex_a7_tune =
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment