From 084e679a5fe47d056b7162db838eaef86f57f4d5 Mon Sep 17 00:00:00 2001 From: Richard Henderson Date: Sun, 10 Dec 2000 11:51:07 -0800 Subject: [PATCH] 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 --- gcc/config/i386/i386.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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))) -- 2.30.2