From: Eric Botcazou Date: Fri, 15 Jan 2010 17:54:23 +0000 (+0000) Subject: * config/i386/sse.md (avx_vperm2f1283): Fix typo. X-Git-Tag: releases/gcc-4.5.0~1200 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=a1b5171bd855ce7b986eb48a91092eb41c37810e;p=thirdparty%2Fgcc.git * config/i386/sse.md (avx_vperm2f1283): Fix typo. From-SVN: r155943 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index a13093ee28ef..80151a7ce670 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2010-01-15 Eric Botcazou + + * config/i386/sse.md (avx_vperm2f1283): Fix typo. + 2010-01-15 Richard Guenther PR middle-end/42739 diff --git a/gcc/config/i386/sse.md b/gcc/config/i386/sse.md index 54befb4b1398..50b1b144ffbd 100644 --- a/gcc/config/i386/sse.md +++ b/gcc/config/i386/sse.md @@ -11935,7 +11935,7 @@ UNSPEC_VPERMIL2F128))] "TARGET_AVX" { - int mask = INTVAL (operands[2]); + int mask = INTVAL (operands[3]); if ((mask & 0x88) == 0) { rtx perm[], t1, t2;