Sign in
fuchsia
/
third_party
/
github.com
/
llvm
/
llvm-project
/
60a25202a7dd1e00067fcfce512086ebf3788537
/
.
/
llvm
/
test
/
Transforms
/
ADCE
/
dce_pure_call.ll
blob: 66483abbc919e653c474eae29a6f126e45d80775 [
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
}