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:
parent
9a6b63c3d5
commit
40746f4023
@ -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>
|
||||
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user