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
This commit is contained in:
parent
6860705512
commit
438a7ecd23
2 changed files with 6 additions and 0 deletions
|
@ -1,3 +1,8 @@
|
|||
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
|
||||
|
|
Loading…
Add table
Reference in a new issue