YouCompleteMe/cpp/llvm/test/Transforms/ADCE/2003-09-15-InfLoopCrash.ll

10 lines
146 B
LLVM
Raw Normal View History

2012-07-05 20:51:06 -04:00
; RUN: opt < %s -adce -disable-output
define i32 @main() {
br label %loop
loop: ; preds = %loop, %0
br label %loop
}