OSDN Git Service

* i386.md (minsf): Fix splitter. (PR fortran/3191)
authorhubicka <hubicka@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 16 Jun 2001 10:48:06 +0000 (10:48 +0000)
committerhubicka <hubicka@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 16 Jun 2001 10:48:06 +0000 (10:48 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@43418 138bc75d-0d04-0410-961f-82ee72b054a4

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

index 5bd3d9a..d557c5c 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 f06c0b0..c141902 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])