From: Segher Boessenkool Date: Sun, 21 Sep 2014 17:57:28 +0000 (+0200) Subject: rs6000.c (rs6000_rtx_costs): New. X-Git-Tag: releases/gcc-5.1.0~4539 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=1c0e7c515914cce58c1a3e078b456c6d261f68d8;p=thirdparty%2Fgcc.git rs6000.c (rs6000_rtx_costs): New. 2014-09-21 Segher Boessenkool * config/rs6000/rs6000.c (rs6000_rtx_costs) : New. From-SVN: r215430 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 26643bc7c8aa..86e1092d22c7 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2014-09-21 Segher Boessenkool + + * config/rs6000/rs6000.c (rs6000_rtx_costs) : New. + 2014-09-21 Segher Boessenkool * config/rs6000/predicates.md (ca_operand): Allow subregs. diff --git a/gcc/config/rs6000/rs6000.c b/gcc/config/rs6000/rs6000.c index 62001b01a561..22391eec4829 100644 --- a/gcc/config/rs6000/rs6000.c +++ b/gcc/config/rs6000/rs6000.c @@ -30111,6 +30111,7 @@ rs6000_rtx_costs (rtx x, int code, int outer_code, int opno ATTRIBUTE_UNUSED, } break; + case NE: case EQ: case GTU: case LTU: