Home | History | Annotate | Download | only in PowerPC
      1 ; RUN: llc < %s -march=ppc32
      2 define void @test() {
      3 	%tr1 = lshr i32 1, 0		; <i32> [#uses=0]
      4 	ret void
      5 }
      6 
      7