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

implementation   ; Functions:

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