diff options
Diffstat (limited to 'gcc/testsuite/gcc.dg/tree-ssa/cunroll-4.c')
-rw-r--r-- | gcc/testsuite/gcc.dg/tree-ssa/cunroll-4.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/testsuite/gcc.dg/tree-ssa/cunroll-4.c b/gcc/testsuite/gcc.dg/tree-ssa/cunroll-4.c index ce2fc5af1eb..a923ceec1ba 100644 --- a/gcc/testsuite/gcc.dg/tree-ssa/cunroll-4.c +++ b/gcc/testsuite/gcc.dg/tree-ssa/cunroll-4.c @@ -20,4 +20,3 @@ test(int c) from the last iteration. */ /* { dg-final { scan-tree-dump "loop turned into non-loop; it never loops." "ivcanon"} } */ /* { dg-final { scan-tree-dump "Last iteration exit edge was proved true." "ivcanon"} } */ -/* { dg-final { cleanup-tree-dump "ivcanon" } } */ |