summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrth <rth@138bc75d-0d04-0410-961f-82ee72b054a4>2000-12-10 19:51:07 +0000
committerrth <rth@138bc75d-0d04-0410-961f-82ee72b054a4>2000-12-10 19:51:07 +0000
commit625744bbf74ebc54d22201da7c9e64ccc026f29c (patch)
tree8c638c04ce9f79145c76f1b2fa40ff3881eba41a
parent386d0079beacbfdcc6c6ddd8e8cbe4eaa24c14e2 (diff)
downloadppe42-gcc-625744bbf74ebc54d22201da7c9e64ccc026f29c.tar.gz
ppe42-gcc-625744bbf74ebc54d22201da7c9e64ccc026f29c.zip
* config/i386/i386.md (andqi_ext_0_cc): Use matching constraint
for op1 to op0. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@38176 138bc75d-0d04-0410-961f-82ee72b054a4
-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)))
OpenPOWER on IntegriCloud