Commit 138b7342 by Jan Hubicka Committed by Jan Hubicka

* i386.md (minsf): Fix splitter. (PR fortran/3191)

From-SVN: r43418
parent cb04bcd8
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.
......
......@@ -15840,8 +15840,8 @@
[(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])
......
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