* i386.md (minsf splitter): Fix pasto.

From-SVN: r48915
This commit is contained in:
Jan Hubicka 2002-01-16 18:16:54 +01:00 committed by Jan Hubicka
parent ab8081c171
commit 14d920c0b1
2 changed files with 6 additions and 2 deletions

View 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

View file

@ -15997,8 +15997,8 @@
[(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])