From: Kyrylo Tkachov Date: Fri, 8 Nov 2013 17:36:21 +0000 (+0000) Subject: arm.c (arm_new_rtx_costs): Break after handling comparisons. X-Git-Tag: releases/gcc-4.9.0~2921 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=438a7ecd23694348f0129ab3ac768dff10c0593c;p=thirdparty%2Fgcc.git 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 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 9ba77dbcbe5f..0b5a94d03df1 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2013-11-08 Kyrylo Tkachov + + * config/arm/arm.c (arm_new_rtx_costs): Break after handling + comparisons. + 2013-11-08 Jeff Law * tree-ssa-threadupdate.h (delete_thread_path): Declare. diff --git a/gcc/config/arm/arm.c b/gcc/config/arm/arm.c index 7757e86691f7..930bdf678262 100644 --- a/gcc/config/arm/arm.c +++ b/gcc/config/arm/arm.c @@ -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