sse.md (vec_set<mode>): Change V_128 iterator mode to V.

* config/i386/sse.md (vec_set<mode>): Change V_128 iterator mode
	to V.

From-SVN: r179931
This commit is contained in:
Jakub Jelinek 2011-10-13 18:26:48 +02:00 committed by Jakub Jelinek
parent 9a6b63c3d5
commit 40746f4023
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2011-10-13 Jakub Jelinek <jakub@redhat.com>
* config/i386/sse.md (vec_set<mode>): Change V_128 iterator mode
to V.
2011-10-13 Jakub Jelinek <jakub@redhat.com>
Richard Guenther <rguenther@suse.de>

View File

@ -3786,7 +3786,7 @@
})
(define_expand "vec_set<mode>"
[(match_operand:V_128 0 "register_operand" "")
[(match_operand:V 0 "register_operand" "")
(match_operand:<ssescalarmode> 1 "register_operand" "")
(match_operand 2 "const_int_operand" "")]
"TARGET_SSE"