diff options
Diffstat (limited to 'gcc/testsuite/gcc.dg/predict-6.c')
-rw-r--r-- | gcc/testsuite/gcc.dg/predict-6.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/testsuite/gcc.dg/predict-6.c b/gcc/testsuite/gcc.dg/predict-6.c index bf769fd2cf8..cda30e26e30 100644 --- a/gcc/testsuite/gcc.dg/predict-6.c +++ b/gcc/testsuite/gcc.dg/predict-6.c @@ -22,4 +22,3 @@ void foo (int base, int bound) } /* { dg-final { scan-tree-dump-times "loop iv compare heuristics: 0.0%" 4 "profile_estimate"} } */ -/* { dg-final { cleanup-tree-dump "profile_estimate" } } */ |