These were moved to ../SPARC
[oota-llvm.git] / test / CodeGen / SparcV9 / 2004-08-22-CallNull.llx
1 ; RUN: llvm-as < %s | llc -march=sparcv9
2 ; PR428
3
4 implementation   ; Functions:
5
6 void %main() {
7 entry:
8         call void null( )
9         ret void
10 }