m68k.md (xordi3, anddi3): These patterns are not available on the coldfire.
authorJeffrey A Law <law@cygnus.com>
Thu, 5 Aug 1999 06:22:16 +0000 (06:22 +0000)
committerJeff Law <law@gcc.gnu.org>
Thu, 5 Aug 1999 06:22:16 +0000 (00:22 -0600)
        * m68k.md (xordi3, anddi3): These patterns are not available on
        the coldfire.

From-SVN: r28524

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

index fee7376c39b624892b7e4ae4d271c8deafff2eab..cc55b5e8fd171e33718b170ba518eb324d56fc00 100644 (file)
@@ -1,3 +1,8 @@
+Thu Aug  5 00:20:47 1999  Jeffrey A Law  (law@cygnus.com)
+
+       * m68k.md (xordi3, anddi3): These patterns are not available on
+       the coldfire.
+
 Wed Aug  4 23:39:20 1999  Mark Mitchell  <mark@codesourcery.com>
 
        * real.c (GET_REAL): Don't violate ANSI/ISO aliasing rules.
index c36e5dd3fae8175eb4f0c1163dab52516d1ceac1..33c9885c331080deaf80bbce2172d2672314cae9 100644 (file)
   [(set (match_operand:DI 0 "general_operand" "=o,d")
        (and:DI (match_operand:DI 1 "general_operand" "%0,0")
                (match_operand:DI 2 "general_operand" "dn,don")))]
-  ""
+  "!TARGET_5200"
   "*
 {
   CC_STATUS_INIT;
   [(set (match_operand:DI 0 "general_operand" "=od")
        (xor:DI (match_operand:DI 1 "general_operand" "%0")
                (match_operand:DI 2 "general_operand" "dn")))]
-  ""
+  "!TARGET_5200"
   "*
 {
   CC_STATUS_INIT;