* i386.md (minsf): Fix splitter. (PR fortran/3191)
From-SVN: r43418
This commit is contained in:
parent
cb04bcd880
commit
138b7342b1
@ -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.
|
||||
|
@ -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])
|
||||
|
Loading…
Reference in New Issue
Block a user