When removing a function from the function set and adding it to deferred, we
[llvm.git] / test / CodeGen / SystemZ / 02-RetNeg.ll
blob3f6ba2f27fd4d43a410b6728a82ed370b5a8d198
1 ; RUN: llc < %s -march=systemz | grep lcgr | count 1
3 define i64 @foo(i64 %a) {
4 entry:
5     %c = sub i64 0, %a
6     ret i64 %c