Nuke dead code. Nothing generates the VLD1d64QPseudo_UPD instruction.
[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 }