Really fix the fall-through logic.
[oota-llvm.git] / test / CodeGen / SystemZ / 03-RetNegImmSubreg.ll
1 ; RUN: llc < %s -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