OSDN Git Service

* config/i386/sse.md (avx_vperm2f128<mode>3): Fix typo.
authorebotcazou <ebotcazou@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 15 Jan 2010 17:54:23 +0000 (17:54 +0000)
committerebotcazou <ebotcazou@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 15 Jan 2010 17:54:23 +0000 (17:54 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@155943 138bc75d-0d04-0410-961f-82ee72b054a4

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

index a13093e..80151a7 100644 (file)
@@ -1,3 +1,7 @@
+2010-01-15  Eric Botcazou  <ebotcazou@adacore.com>
+
+       * config/i386/sse.md (avx_vperm2f128<mode>3): Fix typo.
+
 2010-01-15  Richard Guenther  <rguenther@suse.de>
 
        PR middle-end/42739
index 54befb4..50b1b14 100644 (file)
          UNSPEC_VPERMIL2F128))]
   "TARGET_AVX"
 {
-  int mask = INTVAL (operands[2]);
+  int mask = INTVAL (operands[3]);
   if ((mask & 0x88) == 0)
     {
       rtx perm[<ssescalarnum>], t1, t2;