summaryrefslogtreecommitdiffstats
path: root/llvm/test/Transforms/ADCE/2003-09-15-InfLoopCrash.ll
blob: 458045a086ff4047f2261d2efa6fb1e9e6fa7a4f (plain)
1
2
3
4
5
6
7
8
9
10
; RUN: opt < %s -adce -disable-output
; RUN: opt < %s -adce -adce-remove-loops -disable-output

define i32 @main() {
        br label %loop

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

OpenPOWER on IntegriCloud