rs6000.c (rs6000_rtx_costs): New.

2014-09-21  Segher Boessenkool  <segher@kernel.crashing.org>

	* config/rs6000/rs6000.c (rs6000_rtx_costs) <NE>: New.

From-SVN: r215430
This commit is contained in:
Segher Boessenkool 2014-09-21 19:57:28 +02:00 committed by Segher Boessenkool
parent 7143556459
commit 1c0e7c5159
2 changed files with 5 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2014-09-21 Segher Boessenkool <segher@kernel.crashing.org>
* config/rs6000/rs6000.c (rs6000_rtx_costs) <NE>: New.
2014-09-21 Segher Boessenkool <segher@kernel.crashing.org>
* config/rs6000/predicates.md (ca_operand): Allow subregs.

View File

@ -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: