summaryrefslogtreecommitdiff
path: root/gcc/config/i386/k6.md
diff options
context:
space:
mode:
authorebotcazou <ebotcazou@138bc75d-0d04-0410-961f-82ee72b054a4>2003-10-18 14:55:00 +0000
committerebotcazou <ebotcazou@138bc75d-0d04-0410-961f-82ee72b054a4>2003-10-18 14:55:00 +0000
commitdc16bc380f60d3948b1dd8c31a216280e44b714d (patch)
tree0217d3d5675c927ed4572ba84a16d1ace729fd3b /gcc/config/i386/k6.md
parent6dc3e1e404b9dd902f0e0ebfa767bed33d3e3be7 (diff)
downloadgcc-dc16bc380f60d3948b1dd8c31a216280e44b714d.tar.gz
* config/i386/k6.md (k6_alux): Use the 'mode' attribute instead of
match_operand. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@72639 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/i386/k6.md')
-rw-r--r--gcc/config/i386/k6.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/i386/k6.md b/gcc/config/i386/k6.md
index 8a6e5f79e28..edd12f63c5c 100644
--- a/gcc/config/i386/k6.md
+++ b/gcc/config/i386/k6.md
@@ -49,7 +49,7 @@
(define_function_unit "k6_alux" 1 0
(and (eq_attr "cpu" "k6")
(and (eq_attr "type" "alu,alu1,negnot,icmp,test,imovx,incdec")
- (match_operand:QI 0 "general_operand" "")))
+ (eq_attr "mode" "QI")))
1 1)
(define_function_unit "k6_alu" 2 0