[llvm-branch-commits] [llvm-branch] r120654 - /llvm/branches/Apple/whitney/lib/Target/ARM/ARMFastISel.cpp
Daniel Dunbar
daniel at zuster.org
Wed Dec 1 18:51:41 PST 2010
Author: ddunbar
Date: Wed Dec 1 20:51:41 2010
New Revision: 120654
URL: http://llvm.org/viewvc/llvm-project?rev=120654&view=rev
Log:
Merge r119859:
--
Author: Eric Christopher <echristo at apple.com>
Date: Fri Nov 19 22:36:41 2010 +0000
Update comment.
Modified:
llvm/branches/Apple/whitney/lib/Target/ARM/ARMFastISel.cpp
Modified: llvm/branches/Apple/whitney/lib/Target/ARM/ARMFastISel.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/branches/Apple/whitney/lib/Target/ARM/ARMFastISel.cpp?rev=120654&r1=120653&r2=120654&view=diff
==============================================================================
--- llvm/branches/Apple/whitney/lib/Target/ARM/ARMFastISel.cpp (original)
+++ llvm/branches/Apple/whitney/lib/Target/ARM/ARMFastISel.cpp Wed Dec 1 20:51:41 2010
@@ -602,7 +602,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-branch-commits
mailing list