* config/i386/sse.md (avx_vperm2f128<mode>3): Fix typo.

From-SVN: r155943
This commit is contained in:
Eric Botcazou 2010-01-15 17:54:23 +00:00 committed by Eric Botcazou
parent 306c7b5be9
commit a1b5171bd8
2 changed files with 5 additions and 1 deletions

View 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

View File

@ -11935,7 +11935,7 @@
UNSPEC_VPERMIL2F128))]
"TARGET_AVX"
{
int mask = INTVAL (operands[2]);
int mask = INTVAL (operands[3]);
if ((mask & 0x88) == 0)
{
rtx perm[<ssescalarnum>], t1, t2;