Home | History | Annotate | Download | only in InstCombine
      1 ; This testcase causes instcombine to hang.
      2 ;
      3 ; RUN: opt < %s -instcombine
      4 
      5 define void @test(i32 %X) {
      6         %reg117 = add i32 %X, 0         ; <i32> [#uses=0]
      7         ret void
      8 }
      9 
     10