OSDN Git Service

Nuke dead code. Nothing generates the VLD1d64QPseudo_UPD instruction.
[android-x86/external-llvm.git] / test / CodeGen / SystemZ / 02-RetNeg.ll
1 ; RUN: llc < %s -march=systemz | grep lcgr | count 1
2
3 define i64 @foo(i64 %a) {
4 entry:
5     %c = sub i64 0, %a
6     ret i64 %c
7 }