llvm-6502/test/CodeGen/SparcV9/2004-08-22-CallNull.llx
Brian Gaeke cfce103897 note pr#
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@16015 91177308-0d34-0410-b5e6-96231b3b80d8
2004-08-24 07:28:45 +00:00

11 lines
148 B
Plaintext

; RUN: llvm-as < %s | llc -march=sparcv9
; PR428
implementation ; Functions:
void %main() {
entry:
call void null( )
ret void
}