From: Richard Henderson Date: Sun, 10 Dec 2000 19:51:07 +0000 (-0800) Subject: i386.md (andqi_ext_0_cc): Use matching constraint for op1 to op0. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=084e679a5fe47d056b7162db838eaef86f57f4d5;p=gcc.git 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 --- diff --git a/gcc/config/i386/i386.md b/gcc/config/i386/i386.md index ace3ce982cb..8ab02336cd0 100644 --- a/gcc/config/i386/i386.md +++ b/gcc/config/i386/i386.md @@ -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)))