projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5c8b83e
)
AArch64: fix comment typo
author
Tim Northover
<tnorthover@apple.com>
Tue, 1 Jul 2014 19:47:09 +0000
(19:47 +0000)
committer
Tim Northover
<tnorthover@apple.com>
Tue, 1 Jul 2014 19:47:09 +0000
(19:47 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@212120
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/Target/AArch64/AArch64ISelLowering.cpp
patch
|
blob
|
history
diff --git
a/lib/Target/AArch64/AArch64ISelLowering.cpp
b/lib/Target/AArch64/AArch64ISelLowering.cpp
index 79871df5f834ed21c559d640f78bf8052767248e..e31cb3821fa5c1835e2c4bdcd06bda9e0c89d2f9 100644
(file)
--- a/
lib/Target/AArch64/AArch64ISelLowering.cpp
+++ b/
lib/Target/AArch64/AArch64ISelLowering.cpp
@@
-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;
}