summaryrefslogtreecommitdiffstats
path: root/test/CodeGen/SystemZ/02-RetAddImm.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/SystemZ/02-RetAddImm.ll')
-rw-r--r--test/CodeGen/SystemZ/02-RetAddImm.ll6
1 files changed, 6 insertions, 0 deletions
diff --git a/test/CodeGen/SystemZ/02-RetAddImm.ll b/test/CodeGen/SystemZ/02-RetAddImm.ll
new file mode 100644
index 0000000..6d73e4d
--- /dev/null
+++ b/test/CodeGen/SystemZ/02-RetAddImm.ll
@@ -0,0 +1,6 @@
+; RUN: llc < %s -march=systemz
+define i64 @foo(i64 %a, i64 %b) {
+entry:
+ %c = add i64 %a, 1
+ ret i64 %c
+} \ No newline at end of file
OpenPOWER on IntegriCloud