1
0
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:
Brian Gaeke 2004-08-23 20:49:33 +00:00
parent 7d57943fb9
commit 069b8ec2f4

View File

@ -0,0 +1,9 @@
; RUN: llvm-as < %s | llc -march=sparcv9
implementation ; Functions:
void %main() {
entry:
call void null( )
ret void
}