A8.6.92 MCR (Encoding A1): if coproc == '101x' then SEE "Advanced SIMD and VFP"
[llvm/stm8.git] / test / Transforms / ADCE / 2003-09-15-InfLoopCrash.ll
blob499ac515e449f93bbbb3b92ccf10749bcd02b6d9
1 ; RUN: opt < %s -adce -disable-output
3 define i32 @main() {
4         br label %loop
6 loop:           ; preds = %loop, %0
7         br label %loop