llvm-for-llvmta/test/Transforms/ADCE/unreachable-function.ll

6 lines
76 B
LLVM
Raw Normal View History

2022-04-25 10:02:23 +02:00
; RUN: opt < %s -adce -disable-output
define void @test() {
unreachable
}