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