OpenGrok
Cross Reference: unreachable-function.ll
xref
: /
external
/
llvm
/
test
/
Transforms
/
ADCE
/
unreachable-function.ll
Home
|
History
|
Annotate
|
Download
|
only in
ADCE
1
; RUN: opt < %s -adce -disable-output
2
3
define void @test() {
4
unreachable
5
}
6