aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGen/PowerPC/2004-11-30-shift-crash.ll
blob: 9c611649e6a80ed382a889f8e2e643250d460eef (plain)
1
2
3
4
5
6
; RUN: llvm-as < %s | llc -march=ppc32

void %main() {
	%tr4 = shl ulong 1, ubyte 0		; <ulong> [#uses=0]
	ret void
}