fix a globalopt crash on two Adobe-C++ testcases that the recent
[llvm.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