From a1b5171bd855ce7b986eb48a91092eb41c37810e Mon Sep 17 00:00:00 2001 From: Eric Botcazou Date: Fri, 15 Jan 2010 17:54:23 +0000 Subject: [PATCH] * config/i386/sse.md (avx_vperm2f1283): Fix typo. From-SVN: r155943 --- gcc/ChangeLog | 4 ++++ gcc/config/i386/sse.md | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index a13093ee28e..80151a7ce67 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 54befb4b139..50b1b144ffb 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;