diff options
Diffstat (limited to 'gcc/testsuite/gcc.dg/unroll-6.c')
-rw-r--r-- | gcc/testsuite/gcc.dg/unroll-6.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/testsuite/gcc.dg/unroll-6.c b/gcc/testsuite/gcc.dg/unroll-6.c index edb9c26a685..8e8b7264fcd 100644 --- a/gcc/testsuite/gcc.dg/unroll-6.c +++ b/gcc/testsuite/gcc.dg/unroll-6.c @@ -32,4 +32,3 @@ int t2() /* { dg-final { scan-rtl-dump-not "realistic bound: 999999" "loop2_unroll" } } */ /* { dg-final { scan-rtl-dump-times "upper bound: 2999999" 1 "loop2_unroll" } } */ /* { dg-final { scan-rtl-dump-times "realistic bound: 2999999" 1 "loop2_unroll" } } */ -/* { dg-final { cleanup-rtl-dump "loop2_unroll" } } */ |