From 43ecaf28bc613330e87befea80d4b2268951d51d Mon Sep 17 00:00:00 2001 From: Richard Kenner Date: Tue, 25 Mar 1997 13:24:02 -0500 Subject: (xorsi3_5200): Correct constraints. From-SVN: r13790 --- gcc/config/m68k/m68k.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'gcc') 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") -- cgit v1.1