Commit a1b5171b by Eric Botcazou Committed by Eric Botcazou

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

From-SVN: r155943
parent 306c7b5b
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
......
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment