SystemZ really does mean "has calls" and not just "adjusts stack." Go ahead and
[oota-llvm.git] / test / CodeGen / SystemZ / 00-RetVoid.ll
1 ; RUN: llc < %s -march=systemz
2
3 define void @foo() {
4 entry:
5     ret void
6 }