summaryrefslogtreecommitdiff
path: root/test/CodeGen/Thumb/pop.ll
diff options
context:
space:
mode:
authorEvan Cheng <evan.cheng@apple.com>2009-11-19 06:57:41 +0000
committerEvan Cheng <evan.cheng@apple.com>2009-11-19 06:57:41 +0000
commit2ef9c8a43d1030bf65cafedf4b4b3f04d30180ce (patch)
tree898aa40cdf15ed9dcb2e8064858e3698f5b54c17 /test/CodeGen/Thumb/pop.ll
parent5b397c93a50a44e3bfc58bd8fd95357c0cba3f1e (diff)
downloadllvm-2ef9c8a43d1030bf65cafedf4b4b3f04d30180ce.tar.gz
llvm-2ef9c8a43d1030bf65cafedf4b4b3f04d30180ce.tar.bz2
llvm-2ef9c8a43d1030bf65cafedf4b4b3f04d30180ce.tar.xz
More consistent thumb1 asm printing.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@89328 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/Thumb/pop.ll')
-rw-r--r--test/CodeGen/Thumb/pop.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/Thumb/pop.ll b/test/CodeGen/Thumb/pop.ll
index c5e86ad45b..0e1b2e5744 100644
--- a/test/CodeGen/Thumb/pop.ll
+++ b/test/CodeGen/Thumb/pop.ll
@@ -4,7 +4,7 @@
define arm_apcscc void @t(i8* %a, ...) nounwind {
; CHECK: t:
; CHECK: pop {r3}
-; CHECK-NEXT: add sp, #3 * 4
+; CHECK-NEXT: add sp, #12
; CHECK-NEXT: bx r3
entry:
%a.addr = alloca i8*