aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/i386/i386.md
diff options
context:
space:
mode:
authorRichard Henderson <rth@redhat.com>2000-12-10 19:51:07 +0000
committerRichard Henderson <rth@redhat.com>2000-12-10 19:51:07 +0000
commit2de74ef54defefb3a8fe7cede7704780f158cae4 (patch)
tree8c638c04ce9f79145c76f1b2fa40ff3881eba41a /gcc/config/i386/i386.md
parent7531c1e0ff47c0dd9783bea405a463c7f4d98166 (diff)
* config/i386/i386.md (andqi_ext_0_cc): Use matching constraint
for op1 to op0. git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@38176 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/i386/i386.md')
-rw-r--r--gcc/config/i386/i386.md4
1 files 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)))