repo.or.cz
/
llvm
/
msp430.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Implement bswap
[llvm/msp430.git]
/
test
/
Transforms
/
ADCE
/
unreachable-function.ll
blob
86c55f5916887c1a6ee76fcf6d71b2c9ecd281ae
1
; RUN: llvm-as < %s | opt -adce -disable-output
2
3
define void @test() {
4
unreachable
5
}