mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-11-19 17:37:24 +00:00
7 lines
123 B
LLVM
7 lines
123 B
LLVM
|
; RUN: llvm-as < %s | llc -march=sparcv8
|
||
|
|
||
|
int %test(int %X) {
|
||
|
%tmp.1 = add int %X, 1 ; <int> [#uses=1]
|
||
|
ret int %tmp.1
|
||
|
}
|