Home | History | Annotate | Download | only in ADCE
      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 
     10