[lit] Remove LitTestCase
[llvm-complete.git] / test / Bitcode / summary_version.ll
blobfc3b3bd4877718f6cda3f2c1575fd9b12373119a
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=6/>
9 ; Need a function for the summary to be populated.
10 define void @foo() {
11     ret void