From 40746f4023a9b064cf703cc722d50a8996b2837b Mon Sep 17 00:00:00 2001 From: Jakub Jelinek Date: Thu, 13 Oct 2011 18:26:48 +0200 Subject: [PATCH] sse.md (vec_set): Change V_128 iterator mode to V. * config/i386/sse.md (vec_set): Change V_128 iterator mode to V. From-SVN: r179931 --- gcc/ChangeLog | 5 +++++ gcc/config/i386/sse.md | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 01c7e006b18..18c6e882bad 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2011-10-13 Jakub Jelinek + + * config/i386/sse.md (vec_set): Change V_128 iterator mode + to V. + 2011-10-13 Jakub Jelinek Richard Guenther diff --git a/gcc/config/i386/sse.md b/gcc/config/i386/sse.md index 748a66c1c6a..5bf30a8da55 100644 --- a/gcc/config/i386/sse.md +++ b/gcc/config/i386/sse.md @@ -3786,7 +3786,7 @@ }) (define_expand "vec_set" - [(match_operand:V_128 0 "register_operand" "") + [(match_operand:V 0 "register_operand" "") (match_operand: 1 "register_operand" "") (match_operand 2 "const_int_operand" "")] "TARGET_SSE" -- 2.30.2