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
This commit is contained in:
Eric Botcazou 2003-10-18 16:55:00 +02:00 committed by Eric Botcazou
parent 807a4cfd73
commit a74f24872a
2 changed files with 6 additions and 1 deletions

View 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

View 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