blob: 9c611649e6a80ed382a889f8e2e643250d460eef [file] [log] [blame]
Chris Lattner93e6d832004-11-30 06:28:53 +00001; RUN: llvm-as < %s | llc -march=ppc32
2
3void %main() {
4 %tr4 = shl ulong 1, ubyte 0 ; <ulong> [#uses=0]
5 ret void
6}