Home | History | Annotate | Download | only in Other
      1 ; RUN: opt < %s -loop-unroll -loop-rotate -simplifycfg -disable-output
      2 ; PR2028
      3 define i32 @test1() {
      4        ret i32 0
      5 }
      6