summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/ARM/2007-01-19-InfiniteLoop.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
commit7a6c37d3e7f6ed63e5bbe1c941744a156335fbc7 (patch)
tree658492b606d14a51503621f3e214ab0936762e3e /llvm/test/CodeGen/ARM/2007-01-19-InfiniteLoop.ll
parent0ecde03e9f74676ab607a21a33c48b0f4b33f750 (diff)
downloadbcm5719-llvm-7a6c37d3e7f6ed63e5bbe1c941744a156335fbc7.tar.gz
bcm5719-llvm-7a6c37d3e7f6ed63e5bbe1c941744a156335fbc7.zip
Teach the (non-MC) instruction printer to use the cannonical names for push/pop,
and shift instructions on ARM. Update the tests to match. llvm-svn: 114230
Diffstat (limited to 'llvm/test/CodeGen/ARM/2007-01-19-InfiniteLoop.ll')
-rw-r--r--llvm/test/CodeGen/ARM/2007-01-19-InfiniteLoop.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/ARM/2007-01-19-InfiniteLoop.ll b/llvm/test/CodeGen/ARM/2007-01-19-InfiniteLoop.ll
index ee63656b26d..7f299aa1ceb 100644
--- a/llvm/test/CodeGen/ARM/2007-01-19-InfiniteLoop.ll
+++ b/llvm/test/CodeGen/ARM/2007-01-19-InfiniteLoop.ll
@@ -9,7 +9,7 @@ define fastcc i32 @dct_luma_sp(i32 %block_x, i32 %block_y, i32* %coeff_cost) {
entry:
; Make sure to use base-updating stores for saving callee-saved registers.
; CHECK-NOT: sub sp
-; CHECK: vstmdb sp!
+; CHECK: vpush
%predicted_block = alloca [4 x [4 x i32]], align 4 ; <[4 x [4 x i32]]*> [#uses=1]
br label %cond_next489
OpenPOWER on IntegriCloud