summaryrefslogtreecommitdiffstats
path: root/llvm/test
diff options
context:
space:
mode:
authorBob Wilson <bob.wilson@apple.com>2010-07-14 16:43:47 +0000
committerBob Wilson <bob.wilson@apple.com>2010-07-14 16:43:47 +0000
commitbb57896f8e68d7cda6a5664a44fbe0a673d4ae63 (patch)
tree41e941ec7522330415b2ef6bf8d5e6cf03dfa4d4 /llvm/test
parentc0b0ced477a7b0fc4ada1c17f2cfab55d70cdfa4 (diff)
downloadbcm5719-llvm-bb57896f8e68d7cda6a5664a44fbe0a673d4ae63.tar.gz
bcm5719-llvm-bb57896f8e68d7cda6a5664a44fbe0a673d4ae63.zip
Fix test to appease the buildbots.
llvm-svn: 108334
Diffstat (limited to 'llvm/test')
-rw-r--r--llvm/test/CodeGen/Thumb2/2009-10-15-ITBlockBranch.ll2
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 e3086a332a8..98a5263c2f9 100644
--- a/llvm/test/CodeGen/Thumb2/2009-10-15-ITBlockBranch.ll
+++ b/llvm/test/CodeGen/Thumb2/2009-10-15-ITBlockBranch.ll
@@ -12,7 +12,7 @@ define weak arm_aapcs_vfpcc i32 @_ZNKSs7compareERKSs(%"struct.std::basic_string<
; CHECK: _ZNKSs7compareERKSs:
; CHECK: it eq
; CHECK-NEXT: subeq.w r0, r6, r8
-; CHECK-NEXT: ldmia.w sp, {r4, r5, r6, r8, r9, pc}
+; CHECK-NEXT: ldmia.w sp!, {r4, r5, r6, r8, r9, pc}
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]
OpenPOWER on IntegriCloud