Replace all instances of dg.exp file with lit.local.cfg, since all tests are run...
[oota-llvm.git] / test / Transforms / ADCE / 2002-07-29-Segfault.ll
1 ; RUN: opt < %s -adce -disable-output
2
3 define void @test() {
4         br label %BB3
5
6 BB3:            ; preds = %BB3, %0
7         br label %BB3
8 }
9