From: Eric Botcazou Date: Sat, 18 Oct 2003 14:55:00 +0000 (+0200) Subject: k6.md (k6_alux): Use the 'mode' attribute instead of match_operand. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=a74f24872a98de37be70ffad17f47ace80241190;p=gcc.git k6.md (k6_alux): Use the 'mode' attribute instead of match_operand. * config/i386/k6.md (k6_alux): Use the 'mode' attribute instead of match_operand. From-SVN: r72639 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index d451f0b4005..fb5930853d4 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2003-10-18 Eric Botcazou + + * config/i386/k6.md (k6_alux): Use the 'mode' attribute instead of + match_operand. + 2003-10-18 Eric Botcazou * config/sparc/sparc.c (function_arg_record_value_1): New fourth 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