Sign in
◑
Theme
swiftshader
/
SwiftShader.git
/
10f03821bc292a5fe4c57ce796d8a1d2b10b0bea
/
.
/
src
/
LLVM
/
test
/
Transforms
/
Inline
/
2008-09-02-AlwaysInline.ll
blob: 39095c407281516a8ae31071820601b3c61c697b [
file
]
; 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
}