Fix typo in testcase.

gcc/testsuite/ChangeLog:

	* gcc.target/i386/avx-pr94680.c: Fix typo in testcase.
This commit is contained in:
liuhongt 2021-05-13 13:44:13 +08:00
parent 94de7e225c
commit 0ffdbc85d9

View File

@ -76,7 +76,7 @@ foo_v16hi_l (v16hi x)
{
return __builtin_shuffle ((v16hi) { 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0 }, x,
(v16hi) { 16, 17, 18, 20, 21, 22, 23,
(v16hi) { 16, 17, 18, 19, 20, 21, 22, 23,
15, 0, 13, 2, 11, 4, 9, 6 });
}