llvm-project/llvm/test/Transforms/ADCE/unreachable-function.ll

6 lines
83 B
LLVM

; RUN: opt < %s -passes=adce -disable-output
define void @test() {
unreachable
}