blob: e2a00d1e6e0f5e8e23dec97c001e8fe23b94a5fe [file] [log] [blame]
Dan Gohmanf17a25c2007-07-18 16:29:46 +00001; RUN: llvm-upgrade < %s | llvm-as | llc -march=ppc32
2
3void %main() {
4 %tr1 = shr uint 1, ubyte 0
5 ret void
6}