mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-07-25 13:24:46 +00:00
Fix known typos
Sweep the codebase for common typos. Includes some changes to visible function names that were misspelt. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@200018 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -249,7 +249,7 @@ static ShadowMapping getShadowMapping(const Module &M, int LongSize) {
|
||||
ShadowMapping Mapping;
|
||||
|
||||
// OR-ing shadow offset if more efficient (at least on x86),
|
||||
// but on ppc64 we have to use add since the shadow offset is not neccesary
|
||||
// but on ppc64 we have to use add since the shadow offset is not necessary
|
||||
// 1/8-th of the address space.
|
||||
Mapping.OrShadowOffset = !IsPPC64 && !ClShort64BitOffset;
|
||||
|
||||
|
Reference in New Issue
Block a user