Commit 5facb998 by Kyrylo Tkachov Committed by Kyrylo Tkachov

arm.c (arm_new_rtx_costs): Remove useless statement at const_int_cost.

	* config/arm/arm.c (arm_new_rtx_costs): Remove useless statement
	at const_int_cost.

From-SVN: r207193
parent e04faf24
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> 2014-01-28 Richard Biener <rguenther@suse.de>
Revert Revert
......
...@@ -10390,7 +10390,6 @@ arm_new_rtx_costs (rtx x, enum rtx_code code, enum rtx_code outer_code, ...@@ -10390,7 +10390,6 @@ arm_new_rtx_costs (rtx x, enum rtx_code code, enum rtx_code outer_code,
const_int_cost: const_int_cost:
if (mode == SImode) if (mode == SImode)
{ {
*cost += 0;
*cost += COSTS_N_INSNS (arm_gen_constant (outer_code, SImode, NULL, *cost += COSTS_N_INSNS (arm_gen_constant (outer_code, SImode, NULL,
INTVAL (x), NULL, NULL, INTVAL (x), NULL, NULL,
0, 0)); 0, 0));
......
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