xref: /llvm-project/llvm/test/CodeGen/PowerPC/2004-11-29-ShrCrash.ll (revision e2d2ce9ff1fabe751d3990af4bfa82cbf4998d41)
1; RUN: llc -verify-machineinstrs < %s -mtriple=ppc32--
2define void @test() {
3	%tr1 = lshr i32 1, 0		; <i32> [#uses=0]
4	ret void
5}
6
7