AArch64: fix comment typo

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@212120 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Tim Northover 2014-07-01 19:47:09 +00:00
parent 5c8b83eb7a
commit 4f5fa35b59

View File

@ -627,7 +627,7 @@ MVT AArch64TargetLowering::getScalarShiftAmountTy(EVT LHSTy) const {
unsigned AArch64TargetLowering::getMaximalGlobalOffset() const { unsigned AArch64TargetLowering::getMaximalGlobalOffset() const {
// FIXME: On AArch64, this depends on the type. // FIXME: On AArch64, this depends on the type.
// Basically, the addressable offsets are o to 4095 * Ty.getSizeInBytes(). // Basically, the addressable offsets are up to 4095 * Ty.getSizeInBytes().
// and the offset has to be a multiple of the related size in bytes. // and the offset has to be a multiple of the related size in bytes.
return 4095; return 4095;
} }