Convert bswap test to filecheck, add more test entries & convert stuff to filecheck
[oota-llvm.git] / test / CodeGen / SystemZ / 00-RetVoid.ll
1 ; RUN: llvm-as < %s | llc -march=systemz
2
3 define void @foo() {
4 entry:
5     ret void
6 }