("cmpsf" & "cmpdf"): Undo inadvertent change included with CCEVENmode change.
From-SVN: r6043
This commit is contained in:
parent
10fc9fb915
commit
217265e678
@ -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" "")))]
|
||||
""
|
||||
"
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user