Home | History | Annotate | Download | only in ADCE
      1 ; RUN: opt < %s -adce -disable-output
      2 ; RUN: opt < %s -adce -disable-output -adce-remove-loops
      3 
      4 define void @test() {
      5         br label %BB3
      6 
      7 BB3:            ; preds = %BB3, %0
      8         br label %BB3
      9 }
     10 
     11