aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Kenner <kenner@gcc.gnu.org>1997-03-25 13:24:02 -0500
committerRichard Kenner <kenner@gcc.gnu.org>1997-03-25 13:24:02 -0500
commit43ecaf28bc613330e87befea80d4b2268951d51d (patch)
treea39f8e207f1d0a4e02707e5eab387026f1a55a39
parent12ce9562811119963c21381095034fad3de18a16 (diff)
downloadgcc-43ecaf28bc613330e87befea80d4b2268951d51d.zip
gcc-43ecaf28bc613330e87befea80d4b2268951d51d.tar.gz
gcc-43ecaf28bc613330e87befea80d4b2268951d51d.tar.bz2
(xorsi3_5200): Correct constraints.
From-SVN: r13790
-rw-r--r--gcc/config/m68k/m68k.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/gcc/config/m68k/m68k.md b/gcc/config/m68k/m68k.md
index a516280..febecec 100644
--- a/gcc/config/m68k/m68k.md
+++ b/gcc/config/m68k/m68k.md
@@ -3737,9 +3737,9 @@
}")
(define_insn "xorsi3_5200"
- [(set (match_operand:SI 0 "general_operand" "=dm")
- (xor:SI (match_operand:SI 1 "general_operand" "%0")
- (match_operand:SI 2 "general_operand" "dn")))]
+ [(set (match_operand:SI 0 "general_operand" "=dm,d")
+ (xor:SI (match_operand:SI 1 "general_operand" "%0,0")
+ (match_operand:SI 2 "general_operand" "d,Ks")))]
"TARGET_5200"
"eor%.l %2,%0")