aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakub Jelinek <jakub@redhat.com>2011-10-13 18:26:48 +0200
committerJakub Jelinek <jakub@gcc.gnu.org>2011-10-13 18:26:48 +0200
commit40746f4023a9b064cf703cc722d50a8996b2837b (patch)
treebfe0c7b6801e82e48ffa4ee52f96daede271c0ba
parent9a6b63c3d549e65883134456b811f46a863d45d0 (diff)
downloadgcc-40746f4023a9b064cf703cc722d50a8996b2837b.zip
gcc-40746f4023a9b064cf703cc722d50a8996b2837b.tar.gz
gcc-40746f4023a9b064cf703cc722d50a8996b2837b.tar.bz2
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
-rw-r--r--gcc/ChangeLog5
-rw-r--r--gcc/config/i386/sse.md2
2 files changed, 6 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 01c7e00..18c6e88 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,4 +1,9 @@
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>
* tree-ssa.c (maybe_optimize_var): Drop TREE_ADDRESSABLE
diff --git a/gcc/config/i386/sse.md b/gcc/config/i386/sse.md
index 748a66c..5bf30a8 100644
--- a/gcc/config/i386/sse.md
+++ b/gcc/config/i386/sse.md
@@ -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"