[llvm-exegesis] Improve Register Setup.
[llvm-core.git] / test / Bitcode / summary_version.ll
blobb285da7a6f4e6dcd74f06d53a6931676680be278
1 ; Check summary versioning
2 ; RUN: opt  -module-summary  %s -o - | llvm-bcanalyzer -dump | FileCheck %s
4 ; CHECK: <GLOBALVAL_SUMMARY_BLOCK
5 ; CHECK: <VERSION op0=4/>
9 ; Need a function for the summary to be populated.
10 define void @foo() {
11     ret void