llvm-6502/test/Transforms/ADCE/2003-09-15-InfLoopCrash.ll
2006-12-02 04:23:10 +00:00

9 lines
119 B
LLVM

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