Fix "the the" in comments.

llvm-svn: 240112
This commit is contained in:
Eric Christopher
2015-06-19 01:53:21 +00:00
parent 175d633271
commit 572e03a396
32 changed files with 40 additions and 40 deletions

View File

@@ -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) {