(divsf3): Fix typo in mode of DIV.
From-SVN: r2911
This commit is contained in:
parent
db5289188b
commit
4fa6c9377d
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user