summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/ARM/ARMJITInfo.cpp
diff options
context:
space:
mode:
authorBob Wilson <bob.wilson@apple.com>2011-02-02 17:29:40 +0000
committerBob Wilson <bob.wilson@apple.com>2011-02-02 17:29:40 +0000
commit09a6b46c8947cba7c01ccf370d82cea712ae37c3 (patch)
treea02ba4ddee1db27e2dcc650fd529cb2e17def4ab /llvm/lib/Target/ARM/ARMJITInfo.cpp
parentf4ea1d5f793243fdc92514964968c7d8e3eed6e7 (diff)
downloadbcm5719-llvm-09a6b46c8947cba7c01ccf370d82cea712ae37c3.tar.gz
bcm5719-llvm-09a6b46c8947cba7c01ccf370d82cea712ae37c3.zip
Update comment to match my recent change.
llvm-svn: 124725
Diffstat (limited to 'llvm/lib/Target/ARM/ARMJITInfo.cpp')
-rw-r--r--llvm/lib/Target/ARM/ARMJITInfo.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/lib/Target/ARM/ARMJITInfo.cpp b/llvm/lib/Target/ARM/ARMJITInfo.cpp
index 61c68ef1379..45b7e48d0cf 100644
--- a/llvm/lib/Target/ARM/ARMJITInfo.cpp
+++ b/llvm/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"
);
OpenPOWER on IntegriCloud