allwinner_a64/android/external/llvm/test/Transforms/ADCE/2003-09-15-InfLoopCrash.ll
2018-08-08 16:14:42 +08:00

9 lines
146 B
LLVM

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