summaryrefslogtreecommitdiff
path: root/test/CodeGen/ARM/2010-10-25-ifcvt-ldm.ll
diff options
context:
space:
mode:
authorJim Grosbach <grosbach@apple.com>2011-03-11 22:51:41 +0000
committerJim Grosbach <grosbach@apple.com>2011-03-11 22:51:41 +0000
commitdd11988c999c23eba2467e35892a2f42858c886b (patch)
tree29e522eb87f87f39d23b303e673313eb8d1edab0 /test/CodeGen/ARM/2010-10-25-ifcvt-ldm.ll
parent899eaa35696bb0a9a625acd70a14876834af6cc5 (diff)
downloadllvm-dd11988c999c23eba2467e35892a2f42858c886b.tar.gz
llvm-dd11988c999c23eba2467e35892a2f42858c886b.tar.bz2
llvm-dd11988c999c23eba2467e35892a2f42858c886b.tar.xz
Properly pseudo-ize the ARM LDMIA_RET instruction. This has the nice side-
effect that we get proper instruction printing using the "pop" mnemonic for it. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@127502 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/ARM/2010-10-25-ifcvt-ldm.ll')
-rw-r--r--test/CodeGen/ARM/2010-10-25-ifcvt-ldm.ll6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/CodeGen/ARM/2010-10-25-ifcvt-ldm.ll b/test/CodeGen/ARM/2010-10-25-ifcvt-ldm.ll
index 163c9b030e..32d350e9c8 100644
--- a/test/CodeGen/ARM/2010-10-25-ifcvt-ldm.ll
+++ b/test/CodeGen/ARM/2010-10-25-ifcvt-ldm.ll
@@ -4,9 +4,9 @@
; was being treated as an instruction count.
; CHECK: push
-; CHECK: ldmia
-; CHECK: ldmia
-; CHECK: ldmia
+; CHECK: pop
+; CHECK: pop
+; CHECK: pop
define i32 @test(i32 %x) {
entry: