* config/arm/arm.c (COSTS_N_INSNS): Remove definition.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@162811
138bc75d-0d04-0410-961f-
82ee72b054a4
+2010-08-02 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
+
+ * config/arm/arm.c (COSTS_N_INSNS): Remove definition.
+
2010-08-01 Uros Bizjak <ubizjak@gmail.com>
PR target/45142
#define REG_OR_SUBREG_RTX(X) \
(GET_CODE (X) == REG ? (X) : SUBREG_REG (X))
-#ifndef COSTS_N_INSNS
-#define COSTS_N_INSNS(N) ((N) * 4 - 2)
-#endif
static inline int
thumb1_rtx_costs (rtx x, enum rtx_code code, enum rtx_code outer)
{