* gcc.dg/tree-prof/peel-1.c: Fix testcase.
authorJan Hubicka <hubicka@ucw.cz>
Sun, 5 Jun 2016 16:46:38 +0000 (18:46 +0200)
committerJan Hubicka <hubicka@gcc.gnu.org>
Sun, 5 Jun 2016 16:46:38 +0000 (16:46 +0000)
From-SVN: r237104

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/tree-prof/peel-1.c

index 6888158..7a552d3 100644 (file)
@@ -1,5 +1,9 @@
 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.
 
 2016-06-05  Paolo Carlini  <paolo.carlini@oracle.com>
index 048beb6..7245b68 100644 (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" } } */