Commit 14fe6c70 by Jeffrey A Law Committed by Jeff Law

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: r28524
parent d7afe8ec
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> Wed Aug 4 23:39:20 1999 Mark Mitchell <mark@codesourcery.com>
* real.c (GET_REAL): Don't violate ANSI/ISO aliasing rules. * real.c (GET_REAL): Don't violate ANSI/ISO aliasing rules.
......
...@@ -3636,7 +3636,7 @@ ...@@ -3636,7 +3636,7 @@
[(set (match_operand:DI 0 "general_operand" "=o,d") [(set (match_operand:DI 0 "general_operand" "=o,d")
(and:DI (match_operand:DI 1 "general_operand" "%0,0") (and:DI (match_operand:DI 1 "general_operand" "%0,0")
(match_operand:DI 2 "general_operand" "dn,don")))] (match_operand:DI 2 "general_operand" "dn,don")))]
"" "!TARGET_5200"
"* "*
{ {
CC_STATUS_INIT; CC_STATUS_INIT;
...@@ -3996,7 +3996,7 @@ ...@@ -3996,7 +3996,7 @@
[(set (match_operand:DI 0 "general_operand" "=od") [(set (match_operand:DI 0 "general_operand" "=od")
(xor:DI (match_operand:DI 1 "general_operand" "%0") (xor:DI (match_operand:DI 1 "general_operand" "%0")
(match_operand:DI 2 "general_operand" "dn")))] (match_operand:DI 2 "general_operand" "dn")))]
"" "!TARGET_5200"
"* "*
{ {
CC_STATUS_INIT; CC_STATUS_INIT;
......
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