stop accepting begin/end around function bodies in the .ll parser, this isn't pascal...
[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