diff options
author | law <law@138bc75d-0d04-0410-961f-82ee72b054a4> | 1999-08-05 06:22:16 +0000 |
---|---|---|
committer | law <law@138bc75d-0d04-0410-961f-82ee72b054a4> | 1999-08-05 06:22:16 +0000 |
commit | 41c5e94c9cce1c136ca1734287a2b2dcfca5e7ec (patch) | |
tree | 9d41eff4fb683dcbac88c629584659b1bbac9a9b /gcc/config/m68k | |
parent | cea8e33ab177fe001822449e0d6c2507a279b84f (diff) | |
download | gcc-41c5e94c9cce1c136ca1734287a2b2dcfca5e7ec.tar.gz |
* m68k.md (xordi3, anddi3): These patterns are not available on
the coldfire.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@28524 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/m68k')
-rw-r--r-- | gcc/config/m68k/m68k.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/config/m68k/m68k.md b/gcc/config/m68k/m68k.md index c36e5dd3fae..33c9885c331 100644 --- a/gcc/config/m68k/m68k.md +++ b/gcc/config/m68k/m68k.md @@ -3636,7 +3636,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; @@ -3996,7 +3996,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; |