Commit 4fa6c937 by Richard Kenner

(divsf3): Fix typo in mode of DIV.

From-SVN: r2911
parent db528918
......@@ -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"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment