blob: 8f54c78e7a9df3f417f5cd29fe0a20898bdac223 [file] [log] [blame]
; 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
}