aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/PowerPC/2004-11-29-ShrCrash.ll
blob: e2a00d1e6e0f5e8e23dec97c001e8fe23b94a5fe (plain)
1
2
3
4
5
6
; RUN: llvm-upgrade < %s | llvm-as | llc -march=ppc32

void %main() {
	%tr1 = shr uint 1, ubyte 0
	ret void
}