diff options
author | liuhongt <hongtao.liu@intel.com> | 2020-05-23 11:45:28 +0800 |
---|---|---|
committer | liuhongt <hongtao.liu@intel.com> | 2020-05-23 11:46:32 +0800 |
commit | 33e09fc5051f70daaad690b8583aab76902cce9c (patch) | |
tree | 0a5704e6a4c21da836a149365526f0b3bca1fce0 /gcc | |
parent | b2b8eb6202b83218cf135eebbf992a833057f6bf (diff) | |
download | gcc-33e09fc5051f70daaad690b8583aab76902cce9c.zip gcc-33e09fc5051f70daaad690b8583aab76902cce9c.tar.gz gcc-33e09fc5051f70daaad690b8583aab76902cce9c.tar.bz2 |
Adjust typo in testcase of my last commit
gcc/testsuite/ChangeLog
* gcc.target/i386/pr92658-avx512vl.c: Fix typo.
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/testsuite/gcc.target/i386/pr92658-avx512vl.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/testsuite/gcc.target/i386/pr92658-avx512vl.c b/gcc/testsuite/gcc.target/i386/pr92658-avx512vl.c index 50b32f9..dc50084 100644 --- a/gcc/testsuite/gcc.target/i386/pr92658-avx512vl.c +++ b/gcc/testsuite/gcc.target/i386/pr92658-avx512vl.c @@ -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 } } */ |