Commit 11858910 by Richard Kenner

(insv): Remove constraints from operand matching const_0_operand.

From-SVN: r2757
parent 258d81a8
......@@ -253,7 +253,7 @@
(define_insn ""
[(set (zero_extract:SI (match_operand:SI 0 "gpc_reg_operand" "+r")
(const_int 16)
(match_operand:SI 1 "const_0_operand" "I"))
(match_operand:SI 1 "const_0_operand" ""))
(match_operand:SI 2 "cint_16_operand" "J"))]
""
"consth %0,%m2")
......
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