]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
sse.md (vec_set<mode>): Change V_128 iterator mode to V.
authorJakub Jelinek <jakub@redhat.com>
Thu, 13 Oct 2011 16:26:48 +0000 (18:26 +0200)
committerJakub Jelinek <jakub@gcc.gnu.org>
Thu, 13 Oct 2011 16:26:48 +0000 (18:26 +0200)
* config/i386/sse.md (vec_set<mode>): Change V_128 iterator mode
to V.

From-SVN: r179931

gcc/ChangeLog
gcc/config/i386/sse.md

index 01c7e006b18e16452223bccdb1b5b04663d1cc24..18c6e882badfcbbe6fbf40d9b31ee195dba8e120 100644 (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>
 
index 748a66c1c6a2ab2166038346eef6a34d83dab990..5bf30a8da55c0a045aa33d16572055da54353370 100644 (file)
 })
 
 (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"