From dc16bc380f60d3948b1dd8c31a216280e44b714d Mon Sep 17 00:00:00 2001 From: ebotcazou Date: Sat, 18 Oct 2003 14:55:00 +0000 Subject: [PATCH] * 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 --- gcc/ChangeLog | 5 +++++ gcc/config/i386/k6.md | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index d451f0b..fb59308 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,5 +1,10 @@ 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 parameter packed_p. Search for a DECL_PACKED field only if packed_p is false. Pass packed_p recursively. 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 -- 2.7.4