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

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