diff options
Diffstat (limited to 'test/CodeGen/SystemZ/02-RetSubImm.ll')
-rw-r--r-- | test/CodeGen/SystemZ/02-RetSubImm.ll | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/test/CodeGen/SystemZ/02-RetSubImm.ll b/test/CodeGen/SystemZ/02-RetSubImm.ll new file mode 100644 index 0000000000000..4f91cb073997c --- /dev/null +++ b/test/CodeGen/SystemZ/02-RetSubImm.ll @@ -0,0 +1,7 @@ +; RUN: llc < %s -march=systemz + +define i64 @foo(i64 %a, i64 %b) { +entry: + %c = sub i64 %a, 1 + ret i64 %c +}
\ No newline at end of file |