summaryrefslogtreecommitdiff
path: root/test/CodeGen/Thumb2/large-stack.ll
diff options
context:
space:
mode:
authorJim Grosbach <grosbach@apple.com>2010-12-03 20:33:01 +0000
committerJim Grosbach <grosbach@apple.com>2010-12-03 20:33:01 +0000
commit41ad0c4c730bdbd4ec3a03868b81a56b6b1b01a1 (patch)
treeab8fd195c9fd229e11c33c07ec00076b69f059f0 /test/CodeGen/Thumb2/large-stack.ll
parentb3a04d46e8bb635727024a0ca9a8a0c4699f2080 (diff)
downloadllvm-41ad0c4c730bdbd4ec3a03868b81a56b6b1b01a1.tar.gz
llvm-41ad0c4c730bdbd4ec3a03868b81a56b6b1b01a1.tar.bz2
llvm-41ad0c4c730bdbd4ec3a03868b81a56b6b1b01a1.tar.xz
When using the 'push' mnemonic for Thumb2 stmdb, be explicit when it's the
32-bit wide version by adding the .w suffix. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@120838 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/Thumb2/large-stack.ll')
-rw-r--r--test/CodeGen/Thumb2/large-stack.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/Thumb2/large-stack.ll b/test/CodeGen/Thumb2/large-stack.ll
index 763d316bdb..68b5d1cc94 100644
--- a/test/CodeGen/Thumb2/large-stack.ll
+++ b/test/CodeGen/Thumb2/large-stack.ll
@@ -27,7 +27,7 @@ define i32 @test3() {
; DARWIN: sub.w sp, sp, #805306368
; DARWIN: sub sp, #20
; LINUX: test3:
-; LINUX: push {r4, r7, r11, lr}
+; LINUX: push.w {r4, r7, r11, lr}
; LINUX: sub.w sp, sp, #805306368
; LINUX: sub sp, #16
%retval = alloca i32, align 4