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

6 lines
79 B
LLVM

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