(divsf3): Fix typo in mode of DIV.
authorRichard Kenner <kenner@gcc.gnu.org>
Fri, 25 Dec 1992 12:30:21 +0000 (07:30 -0500)
committerRichard Kenner <kenner@gcc.gnu.org>
Fri, 25 Dec 1992 12:30:21 +0000 (07:30 -0500)
From-SVN: r2911

gcc/config/a29k/a29k.md

index 70960ec..89576af 100644 (file)
 ;; 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"