* 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 68881580d3b295880aa079e5b37a4c09284a380f..7a552d3ad17f6face931073696fcfcf07971bee7 100644 (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.
index 048beb6913635e6429f04cf6b67bbf5a206767ca..7245b68c1ee90468cc520653b528d68327944ee0 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" } } */