diff options
| author | Jim Grosbach <grosbach@apple.com> | 2011-06-30 18:25:42 +0000 |
|---|---|---|
| committer | Jim Grosbach <grosbach@apple.com> | 2011-06-30 18:25:42 +0000 |
| commit | 353da73186c1ac8ad70433effd7737f0996c5b4b (patch) | |
| tree | 5d425376b8d00ef6d60baf528a0bc9a905017143 /llvm/test/CodeGen | |
| parent | 417671a7b1f785f92362b8fd1dc9c8ec59bc51a6 (diff) | |
| download | bcm5719-llvm-353da73186c1ac8ad70433effd7737f0996c5b4b.tar.gz bcm5719-llvm-353da73186c1ac8ad70433effd7737f0996c5b4b.zip | |
Pseudo-ize the t2LDMIA_RET instruction.
It's just a t2LDMIA_UPD instruction with extra codegen properties, so it
doesn't need the encoding information. As a side-benefit, we now correctly
recognize for instruction printing as a 'pop' instruction.
llvm-svn: 134173
Diffstat (limited to 'llvm/test/CodeGen')
| -rw-r--r-- | llvm/test/CodeGen/Thumb2/2009-10-15-ITBlockBranch.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/Thumb2/2009-10-15-ITBlockBranch.ll b/llvm/test/CodeGen/Thumb2/2009-10-15-ITBlockBranch.ll index 9aee910829e..18c2e0bfaec 100644 --- a/llvm/test/CodeGen/Thumb2/2009-10-15-ITBlockBranch.ll +++ b/llvm/test/CodeGen/Thumb2/2009-10-15-ITBlockBranch.ll @@ -13,7 +13,7 @@ define weak arm_aapcs_vfpcc i32 @_ZNKSs7compareERKSs(%"struct.std::basic_string< ; CHECK: _ZNKSs7compareERKSs: ; CHECK: it eq ; CHECK-NEXT: subeq{{(.w)?}} r0, r{{[0-9]+}}, r{{[0-9]+}} -; CHECK-NEXT: ldmia.w sp!, +; CHECK-NEXT: pop.w entry: %0 = tail call arm_aapcs_vfpcc i32 @_ZNKSs4sizeEv(%"struct.std::basic_string<char,std::char_traits<char>,std::allocator<char> >"* %this) ; <i32> [#uses=3] %1 = tail call arm_aapcs_vfpcc i32 @_ZNKSs4sizeEv(%"struct.std::basic_string<char,std::char_traits<char>,std::allocator<char> >"* %__str) ; <i32> [#uses=3] |

