* gcc.dg/predict-22.c: Update expected output.

From-SVN: r266709
This commit is contained in:
Jeff Law 2018-12-01 09:52:22 -07:00 committed by Jeff Law
parent a5b2566158
commit e770ab191c
2 changed files with 5 additions and 1 deletions

View 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

View 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"} } */