]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
(scc): Use noov_compare_op instead of normal_compare_op.
authorJim Wilson <wilson@gcc.gnu.org>
Wed, 24 Jun 1992 06:49:32 +0000 (23:49 -0700)
committerJim Wilson <wilson@gcc.gnu.org>
Wed, 24 Jun 1992 06:49:32 +0000 (23:49 -0700)
From-SVN: r1273

gcc/config/sparc/sparc.md

index 50daff4d8f1d0383c871c45401227d13d68d821a..b918acd2a7abb1045b228bc98bf2cfe7e9519f96 100644 (file)
 ;; 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")