diff options
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/testsuite/gcc.dg/vect/vect-simd-clone-16.c | 3 | ||||
-rw-r--r-- | gcc/testsuite/gcc.dg/vect/vect-simd-clone-17.c | 3 | ||||
-rw-r--r-- | gcc/testsuite/gcc.dg/vect/vect-simd-clone-18.c | 3 |
3 files changed, 3 insertions, 6 deletions
diff --git a/gcc/testsuite/gcc.dg/vect/vect-simd-clone-16.c b/gcc/testsuite/gcc.dg/vect/vect-simd-clone-16.c index 36c0a97..3ff1cfe 100644 --- a/gcc/testsuite/gcc.dg/vect/vect-simd-clone-16.c +++ b/gcc/testsuite/gcc.dg/vect/vect-simd-clone-16.c @@ -80,8 +80,7 @@ main () return 0; } -/* Ensure the the in-branch simd clones are used on targets that support them. - Some targets use another call for the epilogue loops. */ +/* Ensure the the in-branch simd clones are used on targets that support them. */ /* { dg-final { scan-tree-dump-times {[\n\r] [^\n]* = foo\.simdclone} 2 "vect" } } */ /* The LTO test produces two dump files and we scan the wrong one. */ diff --git a/gcc/testsuite/gcc.dg/vect/vect-simd-clone-17.c b/gcc/testsuite/gcc.dg/vect/vect-simd-clone-17.c index 6616ca6..803e0f2 100644 --- a/gcc/testsuite/gcc.dg/vect/vect-simd-clone-17.c +++ b/gcc/testsuite/gcc.dg/vect/vect-simd-clone-17.c @@ -80,8 +80,7 @@ main () return 0; } -/* Ensure the the in-branch simd clones are used on targets that support them. - Some targets use another call for the epilogue loops. */ +/* Ensure the the in-branch simd clones are used on targets that support them. */ /* { dg-final { scan-tree-dump-times {[\n\r] [^\n]* = foo\.simdclone} 2 "vect" } } */ /* The LTO test produces two dump files and we scan the wrong one. */ diff --git a/gcc/testsuite/gcc.dg/vect/vect-simd-clone-18.c b/gcc/testsuite/gcc.dg/vect/vect-simd-clone-18.c index 20f7603..81b478c 100644 --- a/gcc/testsuite/gcc.dg/vect/vect-simd-clone-18.c +++ b/gcc/testsuite/gcc.dg/vect/vect-simd-clone-18.c @@ -80,8 +80,7 @@ main () return 0; } -/* Ensure the the in-branch simd clones are used on targets that support them. - Some targets use another call for the epilogue loops. */ +/* Ensure the the in-branch simd clones are used on targets that support them. */ /* { dg-final { scan-tree-dump-times {[\n\r] [^\n]* = foo\.simdclone} 2 "vect" } } */ /* The LTO test produces two dump files and we scan the wrong one. */ |