* config/arm/arm.c (arm_new_rtx_costs): Remove useless statement
authorktkachov <ktkachov@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 28 Jan 2014 14:17:09 +0000 (14:17 +0000)
committerktkachov <ktkachov@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 28 Jan 2014 14:17:09 +0000 (14:17 +0000)
at const_int_cost.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@207193 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/config/arm/arm.c

index 53934eb..364cc8a 100644 (file)
@@ -1,3 +1,8 @@
+2014-01-28  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
+
+       * config/arm/arm.c (arm_new_rtx_costs): Remove useless statement
+       at const_int_cost.
+
 2014-01-28  Richard Biener  <rguenther@suse.de>
 
        Revert
index fc81bf6..b856a61 100644 (file)
@@ -10390,7 +10390,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));