Files
clang-p2996/llvm/test/Transforms/ADCE/unreachable-function.ll
Tanya Lattner 5640bd186a Remove llvm-upgrade and update test cases.
llvm-svn: 47793
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
}