aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorliuhongt <hongtao.liu@intel.com>2020-05-23 11:45:28 +0800
committerliuhongt <hongtao.liu@intel.com>2020-05-23 11:46:32 +0800
commit33e09fc5051f70daaad690b8583aab76902cce9c (patch)
tree0a5704e6a4c21da836a149365526f0b3bca1fce0 /gcc
parentb2b8eb6202b83218cf135eebbf992a833057f6bf (diff)
downloadgcc-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.c2
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 } } */