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