1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-24 13:33:37 +02:00
llvm-mirror/test/Bitcode/summary_version.ll

13 lines
254 B
LLVM
Raw Normal View History

; Check summary versioning
; RUN: opt -module-summary %s -o - | llvm-bcanalyzer -dump | FileCheck %s
; CHECK: <GLOBALVAL_SUMMARY_BLOCK
; CHECK: <VERSION op0=1/>
; Need a function for the summary to be populated.
define void @foo() {
ret void
}