mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-11-02 22:23:10 +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:
@@ -2371,7 +2371,7 @@ void InnerLoopVectorizer::vectorizeLoop() {
|
||||
setDebugLocFromInst(Builder, RdxDesc.StartValue);
|
||||
|
||||
// We need to generate a reduction vector from the incoming scalar.
|
||||
// To do so, we need to generate the 'identity' vector and overide
|
||||
// To do so, we need to generate the 'identity' vector and override
|
||||
// one of the elements with the incoming scalar reduction. We need
|
||||
// to do it in the vector-loop preheader.
|
||||
Builder.SetInsertPoint(LoopBypassBlocks.front()->getTerminator());
|
||||
@@ -3713,8 +3713,8 @@ void AccessAnalysis::processMemAccesses(bool UseDeferred) {
|
||||
}
|
||||
|
||||
bool NeedDepCheck = false;
|
||||
// Check whether there is the possiblity of dependency because of underlying
|
||||
// objects being the same.
|
||||
// Check whether there is the possibility of dependency because of
|
||||
// underlying objects being the same.
|
||||
typedef SmallVector<Value*, 16> ValueVector;
|
||||
ValueVector TempObjects;
|
||||
GetUnderlyingObjects(Ptr, TempObjects, DL);
|
||||
|
||||
Reference in New Issue
Block a user