xref: /llvm-project/llvm/test/Assembler/thinlto-blockcount-summary.ll (revision b3031593eaf577037a1ff7f7bc4f446eee83d91e)
1; Test that we can parse blockcount summaries.
2; RUN: opt %s -o /dev/null
3
4define void @main() {
5entry:
6    ret void
7}
8
9^0 = module: (path: "{{.*}}thinlto-bad-summary5.ll", hash: (0, 0, 0, 0, 0))
10^1 = blockcount: 1234
11