New testcases
[oota-llvm.git] / test / Transforms / ADCE / 2003-09-15-InfLoopCrash.ll
1 ; RUN: llvm-as < %s | opt -adce -disable-output
2
3 int %main() {
4         br label %loop
5
6 loop:
7         br label %loop
8 }