summaryrefslogtreecommitdiff
path: root/test/CodeGen/Thumb2/2009-07-21-ISelBug.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/Thumb2/2009-07-21-ISelBug.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/Thumb2/2009-07-21-ISelBug.ll')
-rw-r--r--test/CodeGen/Thumb2/2009-07-21-ISelBug.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/Thumb2/2009-07-21-ISelBug.ll b/test/CodeGen/Thumb2/2009-07-21-ISelBug.ll
index ec649c37bb..ef076a46ae 100644
--- a/test/CodeGen/Thumb2/2009-07-21-ISelBug.ll
+++ b/test/CodeGen/Thumb2/2009-07-21-ISelBug.ll
@@ -6,7 +6,7 @@
define arm_apcscc i32 @t(i32, ...) nounwind {
entry:
; CHECK: t:
-; CHECK: add r7, sp, #3 * 4
+; CHECK: add r7, sp, #12
%1 = load i8** undef, align 4 ; <i8*> [#uses=3]
%2 = getelementptr i8* %1, i32 4 ; <i8*> [#uses=1]
%3 = getelementptr i8* %1, i32 8 ; <i8*> [#uses=1]