Commit 084e679a by Richard Henderson

i386.md (andqi_ext_0_cc): Use matching constraint for op1 to op0.

        * config/i386/i386.md (andqi_ext_0_cc): Use matching constraint
        for op1 to op0.

From-SVN: r38176
parent c0ea284b
......@@ -5759,8 +5759,8 @@
(compare
(and:SI
(zero_extract:SI
(match_operand 1 "ext_register_operand" "q")
(const_int 8)
(match_operand 1 "ext_register_operand" "0")
(const_int 8)
(const_int 8))
(match_operand 2 "const_int_operand" "n"))
(const_int 0)))
......
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