Sign in
llvm
/
llvm-project
/
fd3907ccb583df99e9c19d2fe84e4e7c52d75de9
/
.
/
llvm
/
test
/
Transforms
/
FunctionImport
/
Inputs
/
noinline.ll
blob: 0858d9c91b9021cc9ad02ee836414fd86f2871e2 [
file
]
define
void
@foo
(
ptr
%v
)
#
0
{
entry
:
%v.addr
=
alloca
ptr
,
align
8
store
ptr
%v
,
ptr
%v.addr
,
align
8
ret
void
}
attributes
#
0
=
{
noinline
}