From: Bob Wilson Date: Wed, 2 Feb 2011 17:29:40 +0000 (+0000) Subject: Update comment to match my recent change. X-Git-Tag: android-x86-6.0-r1~1002^2~768 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=92e7195e433435eeb93d5f88de146878b76abb21;p=android-x86%2Fexternal-llvm.git Update comment to match my recent change. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@124725 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Target/ARM/ARMJITInfo.cpp b/lib/Target/ARM/ARMJITInfo.cpp index 61c68ef1379..45b7e48d0cf 100644 --- a/lib/Target/ARM/ARMJITInfo.cpp +++ b/lib/Target/ARM/ARMJITInfo.cpp @@ -97,8 +97,8 @@ extern "C" { "str r0, [sp,#16]\n" // Return to the (newly modified) stub to invoke the real function. // The above twiddling of the saved return addresses allows us to - // deallocate everything, including the LR the stub saved, all in one - // pop instruction. + // deallocate everything, including the LR the stub saved, with two + // updating load instructions. "ldmia sp!, {r0, r1, r2, r3, lr}\n" "ldr pc, [sp], #4\n" );