(divsf3): Fix typo in mode of DIV.

From-SVN: r2911
This commit is contained in:
Richard Kenner 1992-12-25 07:30:21 -05:00
parent db5289188b
commit 4fa6c9377d

View File

@ -755,7 +755,7 @@
;; FDIV
(define_insn "divsf3"
[(set (match_operand:SF 0 "register_operand" "=r")
(div:DF (match_operand:SF 1 "register_operand" "=r")
(div:SF (match_operand:SF 1 "register_operand" "=r")
(match_operand:SF 2 "register_operand" "r")))]
""
"fdiv %0,%1,%2"