2003-09-15-InfLoopCrash.ll   [plain text]


; RUN: opt < %s -adce -disable-output

define i32 @main() {
        br label %loop

loop:           ; preds = %loop, %0
        br label %loop
}