Commit 1481bdb1 by Jeff Law Committed by Jeff Law

m68k.md (truncsiqi2): Disable for TARGET_COLDFIRE.

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

From-SVN: r219483
parent f698a4b1
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.
......
......@@ -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)
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment