diff options
author | Jim Grosbach <grosbach@apple.com> | 2011-03-11 22:51:41 +0000 |
---|---|---|
committer | Jim Grosbach <grosbach@apple.com> | 2011-03-11 22:51:41 +0000 |
commit | dd11988c999c23eba2467e35892a2f42858c886b (patch) | |
tree | 29e522eb87f87f39d23b303e673313eb8d1edab0 /test/CodeGen/ARM/code-placement.ll | |
parent | 899eaa35696bb0a9a625acd70a14876834af6cc5 (diff) |
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/code-placement.ll')
-rw-r--r-- | test/CodeGen/ARM/code-placement.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/ARM/code-placement.ll b/test/CodeGen/ARM/code-placement.ll index 036598fc06..91ef659252 100644 --- a/test/CodeGen/ARM/code-placement.ll +++ b/test/CodeGen/ARM/code-placement.ll @@ -72,7 +72,7 @@ bb2.preheader: ; preds = %bb3, %bb.nph15 br i1 %4, label %bb1, label %bb3 ; CHECK: LBB1_[[RET]]: @ %bb5 -; CHECK: ldmia sp! +; CHECK: pop bb5: ; preds = %bb3, %entry %sum.1.lcssa = phi i32 [ 0, %entry ], [ %sum.0.lcssa, %bb3 ] ; <i32> [#uses=1] ret i32 %sum.1.lcssa |