2015-01-12 Jeff Law <law@redhat.com>
+ * config/m68k/m68k.md (truncsiqi2): Disable for TARGET_COLDFIRE.
+ (trunchiqi2, truncsihi2): Similarly.
+
* config/h8300/h8300.c (Fpa): Use RTX_FRAME_RELATED_P directly
rather than calling F.
[(set (match_operand:QI 0 "nonimmediate_operand" "=dm,d")
(truncate:QI
(match_operand:SI 1 "general_src_operand" "doJS,i")))]
- ""
+ "!TARGET_COLDFIRE"
{
if (GET_CODE (operands[0]) == REG)
{
[(set (match_operand:QI 0 "nonimmediate_operand" "=dm,d")
(truncate:QI
(match_operand:HI 1 "general_src_operand" "doJS,i")))]
- ""
+ "!TARGET_COLDFIRE"
{
if (GET_CODE (operands[0]) == REG
&& (GET_CODE (operands[1]) == MEM
[(set (match_operand:HI 0 "nonimmediate_operand" "=dm,d")
(truncate:HI
(match_operand:SI 1 "general_src_operand" "roJS,i")))]
- ""
+ "!TARGET_COLDFIRE"
{
if (GET_CODE (operands[0]) == REG)
{