commit | 88de86b550a1fd19dd968cafac48e810f1da5254 | [log] [tgz] |
---|---|---|
author | Eric Christopher <echristo@apple.com> | Fri Nov 19 22:36:41 2010 +0000 |
committer | Eric Christopher <echristo@apple.com> | Fri Nov 19 22:36:41 2010 +0000 |
tree | 4d02d639bdf2e1c5b4f052e6dd39012a7cb17208 | |
parent | efaeb41aec9bc54467e7c6d24ed628666e7d3aca [diff] [blame] |
Update comment. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@119859 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/Target/ARM/ARMFastISel.cpp b/lib/Target/ARM/ARMFastISel.cpp index 7be566d..9330e2d 100644 --- a/lib/Target/ARM/ARMFastISel.cpp +++ b/lib/Target/ARM/ARMFastISel.cpp
@@ -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;