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-Tag: releases/gcc-3.4.0~2922 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a74f24872a98de37be70ffad17f47ace80241190;p=thirdparty%2Fgcc.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 d451f0b4005b..fb5930853d46 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 8a6e5f79e282..edd12f63c5c2 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