mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-09-24 23:28:41 +00:00
Fix "the the" in comments.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@240112 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -1702,7 +1702,7 @@ unsigned SCEVExpander::replaceCongruentIVs(Loop *L, const DominatorTree *DT,
|
||||
|
||||
unsigned NumElim = 0;
|
||||
DenseMap<const SCEV *, PHINode *> ExprToIVMap;
|
||||
// Process phis from wide to narrow. Mapping wide phis to the their truncation
|
||||
// Process phis from wide to narrow. Map wide phis to their truncation
|
||||
// so narrow phis can reuse them.
|
||||
for (SmallVectorImpl<PHINode*>::const_iterator PIter = Phis.begin(),
|
||||
PEnd = Phis.end(); PIter != PEnd; ++PIter) {
|
||||
|
Reference in New Issue
Block a user