When using the 'push' mnemonic for Thumb2 stmdb, be explicit when it's the
[oota-llvm.git] / test / CodeGen / SystemZ / 02-RetAddImm.ll
1 ; RUN: llc < %s -march=systemz
2 define i64 @foo(i64 %a, i64 %b) {
3 entry:
4     %c = add i64 %a, 1
5     ret i64 %c
6 }