===================================================================
@@ -1,5 +1,10 @@
2012-07-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
+ * config/aarch64/aarch64.c (aarch64_rtx_costs):
+ Move misplaced parenthesis.
+
+2012-07-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
+
* config/aarch64/aarch64-simd.md (*aarch64_simd_mov<mode>):
Do not emit lsl for a shift of 0.
(*aarch64_simd_mov<mode>): Likwise.
===================================================================
@@ -4191,7 +4191,7 @@
op1 = XEXP (x, 1);
*cost = COSTS_N_INSNS (1);
- if (GET_MODE_CLASS (GET_MODE (x) == MODE_INT))
+ if (GET_MODE_CLASS (GET_MODE (x)) == MODE_INT)
{
if (CONST_INT_P (op1)
&& exact_log2 (INTVAL (op1)) > 0)