mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-15 09:33:39 +00:00
A PR60 test case
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@16005 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
e51c35693d
commit
7d837d152d
9
test/CodeGen/SparcV9/2004-08-22-CallNull.llx
Normal file
9
test/CodeGen/SparcV9/2004-08-22-CallNull.llx
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
; RUN: llvm-as < %s | llc -march=sparcv9
|
||||||
|
|
||||||
|
implementation ; Functions:
|
||||||
|
|
||||||
|
void %main() {
|
||||||
|
entry:
|
||||||
|
call void null( )
|
||||||
|
ret void
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user