mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-04-05 01:31:05 +00:00
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:
parent
5c8b83eb7a
commit
4f5fa35b59
@ -627,7 +627,7 @@ MVT AArch64TargetLowering::getScalarShiftAmountTy(EVT LHSTy) const {
|
||||
|
||||
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;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user