Commit 74badd16 by Jim Wilson

(scc): Use noov_compare_op instead of normal_compare_op.

From-SVN: r1273
parent e529a0dc
......@@ -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")
......
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