hanchenye-llvm-project/llvm/test/Transforms/ADCE/2003-09-15-InfLoopCrash.ll

9 lines
119 B
LLVM

; RUN: llvm-upgrade < %s | llvm-as | opt -adce -disable-output
int %main() {
br label %loop
loop:
br label %loop
}