Commit 217265e6 by John Hassey

("cmpsf" & "cmpdf"): Undo inadvertent change included with CCEVENmode change.

From-SVN: r6043
parent 10fc9fb9
......@@ -1207,18 +1207,14 @@
(define_expand "cmpsf"
[(set (match_dup 2)
(compare:CC (match_operand:SF 0 "register_operand" "")
(match_operand:SF 1 "register_operand" "")))
(use (reg:SI 65))
(clobber (reg:SI 64))]
(match_operand:SF 1 "register_operand" "")))]
""
"operands[2] = m88k_compare_reg = gen_reg_rtx (CCmode);")
(define_expand "cmpdf"
[(set (match_dup 2)
(compare:CC (match_operand:DF 0 "general_operand" "")
(match_operand:DF 1 "general_operand" "")))
(use (reg:SI 65))
(clobber (reg:SI 64))]
(match_operand:DF 1 "general_operand" "")))]
""
"
{
......
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