Commit ec81960e by Jan Hubicka Committed by Jan Hubicka

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

From-SVN: r237104
parent 429d2750
2016-06-05 Jan Hubicka <hubicka@ucw.cz> 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. * gcc.dg/predict-9.c: Update template.
2016-06-05 Paolo Carlini <paolo.carlini@oracle.com> 2016-06-05 Paolo Carlini <paolo.carlini@oracle.com>
......
...@@ -20,6 +20,4 @@ main() ...@@ -20,6 +20,4 @@ main()
t(); t();
return 0; return 0;
} }
/* { dg-final-use { scan-tree-dump "Peeled loop ., 2 times" "cunroll" } } */ /* { dg-final-use { scan-tree-dump "Peeled loop ., 1 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. */
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment