The AND instruction leaves the V flag unmodified, so it falls victim to the same
[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 }