summaryrefslogtreecommitdiff
path: root/test/CodeGen/Thumb2/large-stack.ll
diff options
context:
space:
mode:
authorJim Grosbach <grosbach@apple.com>2010-09-17 22:36:38 +0000
committerJim Grosbach <grosbach@apple.com>2010-09-17 22:36:38 +0000
commite6be85e9ff6bd28c599421a120a8491257c13ebd (patch)
tree05f6da5c5ec7a400a33777a920d386a385bae3a2 /test/CodeGen/Thumb2/large-stack.ll
parent0007489312ecb1b51ae275f1e452786480151a4c (diff)
downloadllvm-e6be85e9ff6bd28c599421a120a8491257c13ebd.tar.gz
llvm-e6be85e9ff6bd28c599421a120a8491257c13ebd.tar.bz2
llvm-e6be85e9ff6bd28c599421a120a8491257c13ebd.tar.xz
Teach the (non-MC) instruction printer to use the cannonical names for push/pop,
and shift instructions on ARM. Update the tests to match. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@114230 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 9729534185..763d316bdb 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: stmdb sp!, {r4, r7, r11, lr}
+; LINUX: push {r4, r7, r11, lr}
; LINUX: sub.w sp, sp, #805306368
; LINUX: sub sp, #16
%retval = alloca i32, align 4