Commit a74f2487 by Eric Botcazou Committed by Eric Botcazou

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
parent 807a4cfd
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.
......
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment