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