[llvm] r212120 - AArch64: fix comment typo
Tim Northover
tnorthover at apple.com
Tue Jul 1 12:47:09 PDT 2014
Author: tnorthover
Date: Tue Jul 1 14:47:09 2014
New Revision: 212120
URL: http://llvm.org/viewvc/llvm-project?rev=212120&view=rev
Log:
AArch64: fix comment typo
Modified:
llvm/trunk/lib/Target/AArch64/AArch64ISelLowering.cpp
Modified: llvm/trunk/lib/Target/AArch64/AArch64ISelLowering.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Target/AArch64/AArch64ISelLowering.cpp?rev=212120&r1=212119&r2=212120&view=diff
==============================================================================
--- llvm/trunk/lib/Target/AArch64/AArch64ISelLowering.cpp (original)
+++ llvm/trunk/lib/Target/AArch64/AArch64ISelLowering.cpp Tue Jul 1 14:47:09 2014
@@ -627,7 +627,7 @@ MVT AArch64TargetLowering::getScalarShif
unsigned AArch64TargetLowering::getMaximalGlobalOffset() const {
// 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.
return 4095;
}
More information about the llvm-commits
mailing list