1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-21 03:53:04 +02:00
llvm-mirror/test/Bitcode/Inputs/module_hash.ll
Mehdi Amini e1ba9e8e87 Add missing test for the "Module hash in bitcode" added in r265095
From: Mehdi Amini <mehdi.amini@apple.com>
llvm-svn: 265096
2016-04-01 01:37:52 +00:00

5 lines
94 B
LLVM

; Needs a function for the combined index to be populated
define void @bar() {
ret void
}