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

6 lines
94 B
LLVM

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