* gcc.dg/predict-22.c: Update expected output.
authorJeff Law <law@redhat.com>
Sat, 1 Dec 2018 16:52:22 +0000 (09:52 -0700)
committerJeff Law <law@gcc.gnu.org>
Sat, 1 Dec 2018 16:52:22 +0000 (09:52 -0700)
From-SVN: r266709

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/predict-22.c

index c5ca4be..18e0806 100644 (file)
@@ -1,3 +1,7 @@
+2018-12-01  Jeff Law  <law@redhat.com>
+
+       * gcc.dg/predict-22.c: Update expected output.
+
 2018-12-01  Jakub Jelinek  <jakub@redhat.com>
 
        PR target/54589
index 0d50c81..a613d26 100644 (file)
@@ -55,5 +55,5 @@ foo (int x, int y, int z)
   baz (&f);
 }
 /* { dg-final { scan-tree-dump-times "Invalid sum" 0 "optimized"} } */
-/* { dg-final { scan-tree-dump-times "count 0," 1 "optimized"} } */
+/* { dg-final { scan-tree-dump-times "count 0 .precise.," 1 "optimized"} } */
 /* { dg-final { scan-rtl-dump-times "COLD_PARTITION" 1 "bbpart"} } */