summaryrefslogtreecommitdiff
path: root/test/CodeGen/SparcV9/2004-08-22-CallNull.llx
blob: 0736aef9bc73f3c0562428bf81b3f731d9338703 (plain)
1
2
3
4
5
6
7
8
9
; RUN: llvm-as < %s | llc -march=sparcv9

implementation   ; Functions:

void %main() {
entry:
        call void null( )
        ret void
}