Sign in
swiftshader
/
SwiftShader
/
cc5cda0f997d8280712920f2749bbdfe7a0f4dc3
/
.
/
third_party
/
llvm-7.0
/
llvm
/
test
/
Bitcode
/
summary_version.ll
blob: b285da7a6f4e6dcd74f06d53a6931676680be278 [
file
] [
log
] [
blame
]
; Check summary versioning
; RUN: opt -module-summary %s -o - | llvm-bcanalyzer -dump | FileCheck %s
; CHECK: <GLOBALVAL_SUMMARY_BLOCK
; CHECK: <VERSION op0=4/>
; Need a function for the summary to be populated.
define
void
@foo
()
{
ret
void
}