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

6 lines
94 B
LLVM
Raw Normal View History

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