[llvm-commits] [llvm] r124725 - /llvm/trunk/lib/Target/ARM/ARMJITInfo.cpp

Bob Wilson bob.wilson at apple.com
Wed Feb 2 09:29:40 PST 2011


Author: bwilson
Date: Wed Feb  2 11:29:40 2011
New Revision: 124725

URL: http://llvm.org/viewvc/llvm-project?rev=124725&view=rev
Log:
Update comment to match my recent change.

Modified:
    llvm/trunk/lib/Target/ARM/ARMJITInfo.cpp

Modified: llvm/trunk/lib/Target/ARM/ARMJITInfo.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Target/ARM/ARMJITInfo.cpp?rev=124725&r1=124724&r2=124725&view=diff
==============================================================================
--- llvm/trunk/lib/Target/ARM/ARMJITInfo.cpp (original)
+++ llvm/trunk/lib/Target/ARM/ARMJITInfo.cpp Wed Feb  2 11:29:40 2011
@@ -97,8 +97,8 @@
     "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"
       );





More information about the llvm-commits mailing list