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