(scc): Use noov_compare_op instead of normal_compare_op.

From-SVN: r1273
This commit is contained in:
Jim Wilson 1992-06-23 23:49:32 -07:00
parent e529a0dc28
commit 74badd162d

View File

@ -609,7 +609,7 @@
;; turn something that does not require a jump into something that does.
(define_insn ""
[(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); "
[(set_attr "type" "multi")