diff options
author | Juzhe-Zhong <juzhe.zhong@rivai.ai> | 2023-12-26 18:53:49 +0800 |
---|---|---|
committer | Pan Li <pan2.li@intel.com> | 2023-12-26 19:54:07 +0800 |
commit | 87dfd70723385486645de3b8c93fa1e19143fa46 (patch) | |
tree | 15ae90b445c62867eab0f93d9de7048c657b6171 | |
parent | f83cfb8148bcf0876df76761a9a4545bc939667d (diff) | |
download | gcc-87dfd70723385486645de3b8c93fa1e19143fa46.zip gcc-87dfd70723385486645de3b8c93fa1e19143fa46.tar.gz gcc-87dfd70723385486645de3b8c93fa1e19143fa46.tar.bz2 |
RISC-V: Fix typo
gcc/testsuite/ChangeLog:
* gcc.dg/vect/costmodel/riscv/rvv/dynamic-lmul4-10.c: Fix typo.
-rw-r--r-- | gcc/testsuite/gcc.dg/vect/costmodel/riscv/rvv/dynamic-lmul4-10.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/testsuite/gcc.dg/vect/costmodel/riscv/rvv/dynamic-lmul4-10.c b/gcc/testsuite/gcc.dg/vect/costmodel/riscv/rvv/dynamic-lmul4-10.c index f3c2315..e47af25 100644 --- a/gcc/testsuite/gcc.dg/vect/costmodel/riscv/rvv/dynamic-lmul4-10.c +++ b/gcc/testsuite/gcc.dg/vect/costmodel/riscv/rvv/dynamic-lmul4-10.c @@ -19,5 +19,5 @@ bar (int *x, int a, int b, int n) /* { dg-final { scan-assembler {e32,m4} } } */ /* { dg-final { scan-assembler-not {jr} } } */ -/* { dg-final { scan-assembler-times {ret} 2 } } * +/* { dg-final { scan-assembler-times {ret} 2 } } */ /* { dg-final { scan-tree-dump-times "Preferring smaller LMUL loop because it has unexpected spills" 1 "vect" } } */ |