i386.md (andqi_ext_0_cc): Use matching constraint for op1 to op0.
authorRichard Henderson <rth@gcc.gnu.org>
Sun, 10 Dec 2000 19:51:07 +0000 (11:51 -0800)
committerRichard Henderson <rth@gcc.gnu.org>
Sun, 10 Dec 2000 19:51:07 +0000 (11:51 -0800)
        * config/i386/i386.md (andqi_ext_0_cc): Use matching constraint
        for op1 to op0.

From-SVN: r38176

gcc/config/i386/i386.md

index ace3ce982cbb524e3c8617e29333f3b2f1a51c64..8ab02336cd012ea4e75b0df0e64426acb63883ec 100644 (file)
        (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)))