mirror of
https://github.com/RPCS3/llvm.git
synced 2024-12-13 14:47:00 +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…
Reference in New Issue
Block a user