(scc): Use noov_compare_op instead of normal_compare_op.
From-SVN: r1273
This commit is contained in:
parent
e529a0dc28
commit
74badd162d
@ -609,7 +609,7 @@
|
|||||||
;; turn something that does not require a jump into something that does.
|
;; turn something that does not require a jump into something that does.
|
||||||
(define_insn ""
|
(define_insn ""
|
||||||
[(set (match_operand:SI 0 "register_operand" "=r")
|
[(set (match_operand:SI 0 "register_operand" "=r")
|
||||||
(match_operator:SI 1 "normal_comp_operator" [(reg 0) (const_int 0)]))]
|
(match_operator:SI 1 "noov_compare_op" [(reg 0) (const_int 0)]))]
|
||||||
""
|
""
|
||||||
"* return output_scc_insn (operands, insn); "
|
"* return output_scc_insn (operands, insn); "
|
||||||
[(set_attr "type" "multi")
|
[(set_attr "type" "multi")
|
||||||
|
Loading…
Reference in New Issue
Block a user