m68k.md (truncsiqi2): Disable for TARGET_COLDFIRE.

* config/m68k/m68k.md (truncsiqi2): Disable for TARGET_COLDFIRE.
       (trunchiqi2, truncsihi2): Similarly.

From-SVN: r219483
This commit is contained in:
Jeff Law 2015-01-12 12:09:12 -07:00 committed by Jeff Law
parent f698a4b182
commit 1481bdb1a0
2 changed files with 6 additions and 3 deletions

View File

@ -1,5 +1,8 @@
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.

View File

@ -1572,7 +1572,7 @@
[(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)
{
@ -1590,7 +1590,7 @@
[(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
@ -1617,7 +1617,7 @@
[(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)
{