diff options
Diffstat (limited to 'gcc/testsuite/gcc.dg/tree-ssa/cunroll-2.c')
-rw-r--r-- | gcc/testsuite/gcc.dg/tree-ssa/cunroll-2.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/testsuite/gcc.dg/tree-ssa/cunroll-2.c b/gcc/testsuite/gcc.dg/tree-ssa/cunroll-2.c index 10f6645cf25..e16d0086fab 100644 --- a/gcc/testsuite/gcc.dg/tree-ssa/cunroll-2.c +++ b/gcc/testsuite/gcc.dg/tree-ssa/cunroll-2.c @@ -12,5 +12,5 @@ test(int c) } } /* We are not able to get rid of the final conditional because the loop has two exits. */ -/* { dg-final { scan-tree-dump "Completely unroll loop 1 times" "cunroll"} } */ +/* { dg-final { scan-tree-dump "loop with 2 iterations completely unrolled" "cunroll"} } */ /* { dg-final { cleanup-tree-dump "cunroll" } } */ |