]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
* config/i386/sse.md (avx_vperm2f128<mode>3): Fix typo.
authorEric Botcazou <ebotcazou@adacore.com>
Fri, 15 Jan 2010 17:54:23 +0000 (17:54 +0000)
committerEric Botcazou <ebotcazou@gcc.gnu.org>
Fri, 15 Jan 2010 17:54:23 +0000 (17:54 +0000)
From-SVN: r155943

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

index a13093ee28ef844a1d69460c688dc6d7a403f13b..80151a7ce670494ec3e490e00e8920326f0673c1 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 54befb4b1398f2680e7ab138e520f00ef8e732aa..50b1b144ffbd554b63f6d79a34ec90d19be8a4b1 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;