k6.md (k6_alux): Use the 'mode' attribute instead of match_operand.
authorEric Botcazou <ebotcazou@libertysurf.fr>
Sat, 18 Oct 2003 14:55:00 +0000 (16:55 +0200)
committerEric Botcazou <ebotcazou@gcc.gnu.org>
Sat, 18 Oct 2003 14:55:00 +0000 (14:55 +0000)
* config/i386/k6.md (k6_alux): Use the 'mode' attribute instead of
match_operand.

From-SVN: r72639

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

index d451f0b4005bb989d3ef09a1707be7a88e16d85c..fb5930853d4698a81552d31c2fe1cc4d297a821d 100644 (file)
@@ -1,3 +1,8 @@
+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
index 8a6e5f79e28204ae44c2484d411ca9f93be5e7f0..edd12f63c5c22f6cc320ee39f3b943d322b54a92 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