xref: /llvm-project/llvm/test/Transforms/FunctionImport/Inputs/noinline.ll (revision 3713bc8a0b38c0c77238e3010e7dd53d50f3c523)
1*3713bc8aSNikita Popovdefine void @foo(ptr %v) #0 {
2bf612458SYaxun (Sam) Liuentry:
3*3713bc8aSNikita Popov  %v.addr = alloca ptr, align 8
4*3713bc8aSNikita Popov  store ptr %v, ptr %v.addr, align 8
5bf612458SYaxun (Sam) Liu  ret void
6bf612458SYaxun (Sam) Liu}
7bf612458SYaxun (Sam) Liu
8bf612458SYaxun (Sam) Liuattributes #0 = { noinline }