[llvm-commits] [llvm] r119859 - /llvm/trunk/lib/Target/ARM/ARMFastISel.cpp
Eric Christopher
echristo at apple.com
Fri Nov 19 14:36:41 PST 2010
Author: echristo
Date: Fri Nov 19 16:36:41 2010
New Revision: 119859
URL: http://llvm.org/viewvc/llvm-project?rev=119859&view=rev
Log:
Update comment.
Modified:
llvm/trunk/lib/Target/ARM/ARMFastISel.cpp
Modified: llvm/trunk/lib/Target/ARM/ARMFastISel.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Target/ARM/ARMFastISel.cpp?rev=119859&r1=119858&r2=119859&view=diff
==============================================================================
--- llvm/trunk/lib/Target/ARM/ARMFastISel.cpp (original)
+++ llvm/trunk/lib/Target/ARM/ARMFastISel.cpp Fri Nov 19 16:36:41 2010
@@ -603,7 +603,7 @@
return false;
}
-// Computes the Reg+Offset to get to an object.
+// Computes the address to get to an object.
bool ARMFastISel::ARMComputeAddress(const Value *Obj, Address &Addr) {
// Some boilerplate from the X86 FastISel.
const User *U = NULL;
More information about the llvm-commits
mailing list