(xorsi3_5200): Correct constraints.

From-SVN: r13790
This commit is contained in:
Richard Kenner 1997-03-25 13:24:02 -05:00
parent 12ce956281
commit 43ecaf28bc
1 changed files with 3 additions and 3 deletions

View File

@ -3737,9 +3737,9 @@
}") }")
(define_insn "xorsi3_5200" (define_insn "xorsi3_5200"
[(set (match_operand:SI 0 "general_operand" "=dm") [(set (match_operand:SI 0 "general_operand" "=dm,d")
(xor:SI (match_operand:SI 1 "general_operand" "%0") (xor:SI (match_operand:SI 1 "general_operand" "%0,0")
(match_operand:SI 2 "general_operand" "dn")))] (match_operand:SI 2 "general_operand" "d,Ks")))]
"TARGET_5200" "TARGET_5200"
"eor%.l %2,%0") "eor%.l %2,%0")