mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-24 03:33:20 +01:00
A PR60 test case
llvm-svn: 16005
This commit is contained in:
parent
7d57943fb9
commit
069b8ec2f4
9
test/Regression/CodeGen/SparcV9/2004-08-22-CallNull.llx
Normal file
9
test/Regression/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