llvm-6502/test/CodeGen/SparcV9/2004-08-22-CallNull.llx

10 lines
140 B
Plaintext
Raw Normal View History

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