diff options
author | Eric Christopher <echristo@gmail.com> | 2015-06-19 01:53:21 +0000 |
---|---|---|
committer | Eric Christopher <echristo@gmail.com> | 2015-06-19 01:53:21 +0000 |
commit | 572e03a3965d783ea51d1844d202d822ad6e8f8c (patch) | |
tree | 96f1b5a8c88f8850cfce209df9164027ffd85886 /llvm/lib/Analysis/ScalarEvolutionExpander.cpp | |
parent | 175d633271c3b76535474168522578ca244aae5d (diff) | |
download | llvm-572e03a3965d783ea51d1844d202d822ad6e8f8c.zip llvm-572e03a3965d783ea51d1844d202d822ad6e8f8c.tar.gz llvm-572e03a3965d783ea51d1844d202d822ad6e8f8c.tar.bz2 |
Fix "the the" in comments.
llvm-svn: 240112
Diffstat (limited to 'llvm/lib/Analysis/ScalarEvolutionExpander.cpp')
-rw-r--r-- | llvm/lib/Analysis/ScalarEvolutionExpander.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Analysis/ScalarEvolutionExpander.cpp b/llvm/lib/Analysis/ScalarEvolutionExpander.cpp index f82235d..8274374 100644 --- a/llvm/lib/Analysis/ScalarEvolutionExpander.cpp +++ b/llvm/lib/Analysis/ScalarEvolutionExpander.cpp @@ -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) { |