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