[ORC] Add std::tuple support to SimplePackedSerialization.
[llvm-project.git] / llvm / test / Transforms / FunctionImport / Inputs / noinline.ll
blob719d7644fbc518422e7a9bceea888a34c7462c5a
1 define void @foo(i64* %v) #0 {
2 entry:
3   %v.addr = alloca i64*, align 8
4   store i64* %v, i64** %v.addr, align 8
5   ret void
8 attributes #0 = { noinline }