From 33e09fc5051f70daaad690b8583aab76902cce9c Mon Sep 17 00:00:00 2001 From: liuhongt <hongtao.liu@intel.com> Date: Sat, 23 May 2020 11:45:28 +0800 Subject: [PATCH] Adjust typo in testcase of my last commit gcc/testsuite/ChangeLog * gcc.target/i386/pr92658-avx512vl.c: Fix typo. --- gcc/testsuite/gcc.target/i386/pr92658-avx512vl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcc/testsuite/gcc.target/i386/pr92658-avx512vl.c b/gcc/testsuite/gcc.target/i386/pr92658-avx512vl.c index 50b32f968ac3..dc50084119b5 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 } } */ -- GitLab