2002-07-29-Segfault.ll 144 B

123456789
  1. ; RUN: opt < %s -adce -disable-output
  2. define void @test() {
  3. br label %BB3
  4. BB3: ; preds = %BB3, %0
  5. br label %BB3
  6. }