Commit e770ab19 by Jeff Law Committed by Jeff Law

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

From-SVN: r266709
parent a5b25661
2018-12-01 Jeff Law <law@redhat.com>
* gcc.dg/predict-22.c: Update expected output.
2018-12-01 Jakub Jelinek <jakub@redhat.com> 2018-12-01 Jakub Jelinek <jakub@redhat.com>
PR target/54589 PR target/54589
......
...@@ -55,5 +55,5 @@ foo (int x, int y, int z) ...@@ -55,5 +55,5 @@ foo (int x, int y, int z)
baz (&f); baz (&f);
} }
/* { dg-final { scan-tree-dump-times "Invalid sum" 0 "optimized"} } */ /* { 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"} } */ /* { dg-final { scan-rtl-dump-times "COLD_PARTITION" 1 "bbpart"} } */
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