From: Jeffrey A Law Date: Thu, 5 Aug 1999 06:22:05 +0000 (+0000) Subject: m68k.md (xordi3, anddi3): These patterns are not available on the coldfire. X-Git-Tag: releases/gcc-2.95.1~39 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=83a57af40adb55d22fef023316d4cdc1d4af1a1d;p=thirdparty%2Fgcc.git m68k.md (xordi3, anddi3): These patterns are not available on the coldfire. * m68k.md (xordi3, anddi3): These patterns are not available on the coldfire. From-SVN: r28523 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 0c2eccb588bc..d801d4156568 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -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 * real.c (GET_REAL): Don't violate ANSI/ISO aliasing rules. diff --git a/gcc/config/m68k/m68k.md b/gcc/config/m68k/m68k.md index a8dac721d993..59a509cadaac 100644 --- a/gcc/config/m68k/m68k.md +++ b/gcc/config/m68k/m68k.md @@ -3599,7 +3599,7 @@ [(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; @@ -3959,7 +3959,7 @@ [(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;