Commit 14d920c0 by Jan Hubicka Committed by Jan Hubicka

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

From-SVN: r48915
parent ab8081c1
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
......
......@@ -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])
......
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