summaryrefslogtreecommitdiff
path: root/test/CodeGen/PowerPC/2004-11-30-shr-var-crash.ll
blob: 8f54c78e7a9df3f417f5cd29fe0a20898bdac223 (plain)
1
2
3
4
5
6
7
; RUN: llvm-upgrade < %s | llvm-as | llc -march=ppc32

void %main() {
	%shamt = add ubyte 0, 1		; <ubyte> [#uses=1]
	%tr2 = shr long 1, ubyte %shamt		; <long> [#uses=0]
	ret void
}