* gcc.dg/tree-prof/peel-1.c: Fix testcase.

From-SVN: r237104
This commit is contained in:
Jan Hubicka 2016-06-05 18:46:38 +02:00 committed by Jan Hubicka
parent 429d2750bf
commit ec81960e85
2 changed files with 5 additions and 3 deletions

View File

@ -1,3 +1,7 @@
2016-06-05 Jan Hubicka <hubicka@ucw.cz>
* gcc.dg/tree-prof/peel-1.c: Fix testcase.
2016-06-05 Jan Hubicka <hubicka@ucw.cz>
* gcc.dg/predict-9.c: Update template.

View File

@ -20,6 +20,4 @@ main()
t();
return 0;
}
/* { dg-final-use { scan-tree-dump "Peeled loop ., 2 times" "cunroll" } } */
/* In fact one peeling is enough; we however mispredict number of iterations of the loop
at least until loop_ch is schedule ahead of profiling pass. */
/* { dg-final-use { scan-tree-dump "Peeled loop ., 1 times" "cunroll" } } */