* config/i386/k6.md (k6_alux): Use the 'mode' attribute instead of
authorebotcazou <ebotcazou@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 18 Oct 2003 14:55:00 +0000 (14:55 +0000)
committerebotcazou <ebotcazou@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 18 Oct 2003 14:55:00 +0000 (14:55 +0000)
match_operand.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@72639 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/config/i386/k6.md

index d451f0b..fb59308 100644 (file)
@@ -1,5 +1,10 @@
 2003-10-18  Eric Botcazou  <ebotcazou@libertysurf.fr>
 
+       * config/i386/k6.md (k6_alux): Use the 'mode' attribute instead of
+       match_operand.
+
+2003-10-18  Eric Botcazou  <ebotcazou@libertysurf.fr>
+
        * 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.
index 8a6e5f7..edd12f6 100644 (file)
@@ -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