Commit 438a7ecd by Kyrylo Tkachov Committed by Kyrylo Tkachov

arm.c (arm_new_rtx_costs): Break after handling comparisons.

	* config/arm/arm.c (arm_new_rtx_costs): Break after handling
	comparisons.

From-SVN: r204584
parent 68607055
2013-11-08 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
* config/arm/arm.c (arm_new_rtx_costs): Break after handling
comparisons.
2013-11-08 Jeff Law <law@redhat.com>
* tree-ssa-threadupdate.h (delete_thread_path): Declare.
......@@ -9965,6 +9965,7 @@ arm_new_rtx_costs (rtx x, enum rtx_code code, enum rtx_code outer_code,
*cost = 0;
return true;
}
break;
case ABS:
if (TARGET_HARD_FLOAT && GET_MODE_CLASS (mode) == MODE_FLOAT
......
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