* i386.md (minsf): Fix splitter. (PR fortran/3191)
authorJan Hubicka <jh@suse.cz>
Sat, 16 Jun 2001 10:48:06 +0000 (12:48 +0200)
committerJan Hubicka <hubicka@gcc.gnu.org>
Sat, 16 Jun 2001 10:48:06 +0000 (10:48 +0000)
From-SVN: r43418

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

index 5bd3d9ab4e5fd3bb0a67e7f902668773b14a90a4..d557c5c09660aea228a2ac4528dd0e2a3e4f53fd 100644 (file)
@@ -1,3 +1,7 @@
+Sat Jun 16 12:45:20 CEST 2001  Jan Hubicka  <jh@suse.cz>
+
+       * i386.md (minsf): Fix splitter. (PR fortran/3191)
+
 2001-06-16  Neil Booth  <neil@daikokuya.demon.co.uk>
 
        * doc/cpp.texi: Update.
index f06c0b0478970329bafba9cf0f980573ba55fe94..c141902730a54c2cd300fb6be63ef1c5c9f95001 100644 (file)
   [(set (match_operand:SF 0 "register_operand" "")
        (if_then_else:SF (lt (match_operand:SF 1 "register_operand" "")
                             (match_operand:SF 2 "nonimmediate_operand" ""))
-                        (match_operand:DF 3 "register_operand" "")
-                        (match_operand:DF 4 "nonimmediate_operand" "")))
+                        (match_operand:SF 3 "register_operand" "")
+                        (match_operand:SF 4 "nonimmediate_operand" "")))
    (clobber (reg:CC 17))]
   "SSE_REG_P (operands[0]) && reload_completed
    && ((operands_match_p (operands[1], operands[3])