From: Segher Boessenkool Date: Sun, 21 Sep 2014 17:57:28 +0000 (+0200) Subject: rs6000.c (rs6000_rtx_costs): New. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=1c0e7c515914cce58c1a3e078b456c6d261f68d8;p=gcc.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 26643bc7c8a..86e1092d22c 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 62001b01a56..22391eec482 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: