summaryrefslogtreecommitdiffstats
path: root/test/CodeGen/Thumb/pop.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/Thumb/pop.ll')
-rw-r--r--test/CodeGen/Thumb/pop.ll13
1 files changed, 13 insertions, 0 deletions
diff --git a/test/CodeGen/Thumb/pop.ll b/test/CodeGen/Thumb/pop.ll
new file mode 100644
index 0000000..c5e86ad
--- /dev/null
+++ b/test/CodeGen/Thumb/pop.ll
@@ -0,0 +1,13 @@
+; RUN: llc < %s -mtriple=thumb-apple-darwin | FileCheck %s
+; rdar://7268481
+
+define arm_apcscc void @t(i8* %a, ...) nounwind {
+; CHECK: t:
+; CHECK: pop {r3}
+; CHECK-NEXT: add sp, #3 * 4
+; CHECK-NEXT: bx r3
+entry:
+ %a.addr = alloca i8*
+ store i8* %a, i8** %a.addr
+ ret void
+}
OpenPOWER on IntegriCloud