diff options
Diffstat (limited to 'gcc/config/i386/k6.md')
-rw-r--r-- | gcc/config/i386/k6.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/i386/k6.md b/gcc/config/i386/k6.md index 8a6e5f7..edd12f6 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 |