llvm-6502/test/Transforms/ADCE/unreachable-function.ll
2008-03-01 09:15:35 +00:00

6 lines
86 B
LLVM

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