llvm-for-llvmta/test/Transforms/ADCE/unreachable-function.ll
Nils Hölscher 3500bf8dde first commit
2022-04-25 10:02:23 +02:00

6 lines
76 B
LLVM

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