blob: 8f54c78e7a9df3f417f5cd29fe0a20898bdac223 [file] [log] [blame]
Dan Gohmanf17a25c2007-07-18 16:29:46 +00001; RUN: llvm-upgrade < %s | llvm-as | llc -march=ppc32
2
3void %main() {
4 %shamt = add ubyte 0, 1 ; <ubyte> [#uses=1]
5 %tr2 = shr long 1, ubyte %shamt ; <long> [#uses=0]
6 ret void
7}