mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-08 21:32:39 +00:00
10 lines
140 B
Plaintext
10 lines
140 B
Plaintext
|
; RUN: llvm-as < %s | llc -march=sparcv9
|
||
|
|
||
|
implementation ; Functions:
|
||
|
|
||
|
void %main() {
|
||
|
entry:
|
||
|
call void null( )
|
||
|
ret void
|
||
|
}
|