fa83803fc0c1785fb14ba918e2900a0d7f57fe47
[oota-llvm.git] / test / CodeGen / SystemZ / 03-RetNegImmSubreg.ll
1 ; RUN: llvm-as < %s | llc -march=systemz | grep lcr | count 1
2
3 define i32 @foo(i32 %a) {
4 entry:
5     %c = sub i32 0, %a
6     ret i32 %c
7 }
8