Hi all,
I've committed the attached trivial patch to remove a useless statement as
r207193.
Thanks,
Kyrill
2014-01-28 Kyrylo Tkachov <kyrylo.tkac...@arm.com>
* config/arm/arm.c (arm_new_rtx_costs): Remove useless statement
at const_int_cost.
diff --git a/gcc/config/arm/arm.c b/gcc/config/arm/arm.c
index bf5d1b2..bcb64ee 100644
--- a/gcc/config/arm/arm.c
+++ b/gcc/config/arm/arm.c
@@ -10406,7 +10406,6 @@ arm_new_rtx_costs (rtx x, enum rtx_code code, enum rtx_code outer_code,
const_int_cost:
if (mode == SImode)
{
- *cost += 0;
*cost += COSTS_N_INSNS (arm_gen_constant (outer_code, SImode, NULL,
INTVAL (x), NULL, NULL,
0, 0));