mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-04-09 16:45:03 +00:00
Update comment.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@119859 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
efaeb41aec
commit
88de86b550
@ -603,7 +603,7 @@ bool ARMFastISel::isLoadTypeLegal(const Type *Ty, MVT &VT) {
|
||||
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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user