[ARM] Adjust how NEON shifts are lowered
[llvm-core.git] / test / ExecutionEngine / OrcLazy / private_linkage.ll
blob11813dd97760094d341d457a91a7f20596475c29
1 ; RUN: lli -jit-kind=orc-lazy %s
3 define private void @_ZL3foov() {
4 entry:
5   ret void
8 define i32 @main(i32 %argc, i8** nocapture readnone %argv) {
9 entry:
10   tail call void @_ZL3foov()
11   ret i32 0