* i386.md (minsf splitter): Fix pasto.
authorJan Hubicka <jh@suse.cz>
Wed, 16 Jan 2002 17:16:54 +0000 (18:16 +0100)
committerJan Hubicka <hubicka@gcc.gnu.org>
Wed, 16 Jan 2002 17:16:54 +0000 (17:16 +0000)
From-SVN: r48915

gcc/ChangeLog
gcc/config/i386/i386.md

index ca4a661eb6bc019452e4c679b65432237bdbc96a..5f0037b4e4fe940c9c377cb053e306abd9e53694 100644 (file)
@@ -1,3 +1,7 @@
+Wed Jan 16 17:54:22 CET 2002  Jan Hubicka  <jh@suse.cz>
+
+       * i386.md (minsf splitter): Fix pasto.
+
 2002-01-16  Nick Clifton  <nickc@cambridge.redhat.com>
 
        * config/arm/arm.c (arm_expand_prologue): Add REG_MAYBE_DEAD note
index f43860801cc9b3d42fb39f187887c7165c274797..a0eba57b80af8457bacb13afe20162948f5e50dc 100644 (file)
   [(set (match_operand:SF 0 "register_operand" "")
        (if_then_else:SF (lt (match_operand:SF 1 "register_operand" "")
                             (match_operand:SF 2 "register_operand" ""))
-                        (match_operand:DF 3 "register_operand" "")
-                        (match_operand:DF 4 "register_operand" "")))
+                        (match_operand:SF 3 "register_operand" "")
+                        (match_operand:SF 4 "register_operand" "")))
    (clobber (reg:CC 17))]
   "FP_REG_P (operands[0]) && reload_completed
    && ((operands_match_p (operands[1], operands[3])