Sign in
swiftshader
/
SwiftShader
/
66b8ab22586debccb1f787d4d52b7f042d4ddeb8
/
.
/
src
/
LLVM
/
test
/
Transforms
/
ADCE
/
dce_pure_call.ll
blob: dcc50fc716ebd35cb14076c1da7f45fe9e2d4aa7 [
file
] [
log
] [
blame
]
; RUN: opt -adce -S < %s | not grep call
declare
i32
@strlen
(
i8
*)
readonly
nounwind
define
void
@test
()
{
call
i32
@strlen
(
i8
*
null
)
; <i32>:1 [#uses=0]
ret
void
}