index
:
emscripten-fastcomp
master
LLVM with the emscripten fastcomp javascript backend
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
Transforms
/
ADCE
/
unreachable-function.ll
blob: 7c6a30ec6b6fc4126b90fefc05f83b069b20acd1 (
plain
)
1
2
3
4
5
; RUN: opt < %s -adce -disable-output
define
void
@test
()
{
unreachable
}