llvm-6502/test/Transforms/ADCE/2003-09-15-InfLoopCrash.ll
2008-03-01 09:15:35 +00:00

10 lines
156 B
LLVM

; RUN: llvm-as < %s | opt -adce -disable-output
define i32 @main() {
br label %loop
loop: ; preds = %loop, %0
br label %loop
}