A PR60 test case

llvm-svn: 16005
This commit is contained in:
Brian Gaeke 2004-08-23 20:49:33 +00:00
parent 62a2c1fd7a
commit adc0b83eec
1 changed files with 9 additions and 0 deletions

View File

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