Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
llvm
/
cbb7ab259d08ac5aa5a4764b48628c4bcb5110c7
/
.
/
test
/
Transforms
/
ADCE
/
unreachable-function.ll
blob: 86c55f5916887c1a6ee76fcf6d71b2c9ecd281ae [
file
] [
log
] [
blame
]
; RUN: llvm-as < %s | opt -adce -disable-output
define
void
@test
()
{
unreachable
}