mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-24 03:33:20 +01:00
882a41720f
llvm-svn: 18373
7 lines
95 B
LLVM
7 lines
95 B
LLVM
; RUN: llvm-as < %s | llc -march=ppc32
|
|
|
|
void %main() {
|
|
%tr1 = shr uint 1, ubyte 0
|
|
ret void
|
|
}
|