Sign in
swiftshader
/
SwiftShader
/
5be4d706de0aa38f77404832e9884b3932a2d409
/
.
/
third_party
/
LLVM
/
test
/
Transforms
/
Inline
/
2008-09-02-AlwaysInline.ll
blob: 39095c407281516a8ae31071820601b3c61c697b [
file
] [
log
] [
blame
]
; RUN: opt < %s -inline-threshold=0 -inline -S | not grep call
define
i32
@fn2
()
alwaysinline
{
ret
i32
1
}
define
i32
@fn3
()
{
%r
=
call
i32
@fn2
()
ret
i32
%r
}