mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-04 05:31:06 +00:00
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
|
||
|
}
|