m68k.md (truncsiqi2): Disable for TARGET_COLDFIRE.
authorJeff Law <law@redhat.com>
Mon, 12 Jan 2015 19:09:12 +0000 (12:09 -0700)
committerJeff Law <law@gcc.gnu.org>
Mon, 12 Jan 2015 19:09:12 +0000 (12:09 -0700)
       * config/m68k/m68k.md (truncsiqi2): Disable for TARGET_COLDFIRE.
       (trunchiqi2, truncsihi2): Similarly.

From-SVN: r219483

gcc/ChangeLog
gcc/config/m68k/m68k.md

index 1be59fd..048185c 100644 (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.
 
index 2783a8f..2a314c3 100644 (file)
   [(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)
     {