commit | 6d371ce37e26459e796aedc96c5dad0dfa35a623 | [log] [tgz] |
---|---|---|
author | Jim Grosbach <grosbach@apple.com> | Fri Mar 11 22:51:41 2011 +0000 |
committer | Jim Grosbach <grosbach@apple.com> | Fri Mar 11 22:51:41 2011 +0000 |
tree | 3a218e0154d28f3cbb0653cb10315114d1191009 | |
parent | 4f8ccdf2f8c2965f42ae5811d2297a4cc231cb97 [diff] [blame] |
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. llvm-svn: 127502
diff --git a/llvm/test/CodeGen/ARM/bx_fold.ll b/llvm/test/CodeGen/ARM/bx_fold.ll index 09f1aae..5533038 100644 --- a/llvm/test/CodeGen/ARM/bx_fold.ll +++ b/llvm/test/CodeGen/ARM/bx_fold.ll
@@ -24,7 +24,7 @@ bb18: ; preds = %bb1 ; CHECK-NOT: bx -; CHECK: ldmia sp! +; CHECK: pop ret void }