Adjust typo in testcase of my last commit

gcc/testsuite/ChangeLog
	* gcc.target/i386/pr92658-avx512vl.c: Fix typo.
This commit is contained in:
liuhongt 2020-05-23 11:45:28 +08:00
parent b2b8eb6202
commit 33e09fc505

View file

@ -121,7 +121,7 @@ truncdb_128 (v16qi * dst, v4si * __restrict src)
dst[0] = *(v16qi *) tem;
}
/* { dg-final { scan-assembler-times "vpmovqd" 2 } } } */
/* { dg-final { scan-assembler-times "vpmovqd" 2 } } */
/* { dg-final { scan-assembler-times "vpmovqw" 2 { xfail *-*-* } } } */
/* { dg-final { scan-assembler-times "vpmovqb" 2 { xfail *-*-* } } } */
/* { dg-final { scan-assembler-times "vpmovdw" 1 } } */