diff options
author | Sylvestre Ledru <sylvestre@debian.org> | 2012-07-23 08:51:15 +0000 |
---|---|---|
committer | Sylvestre Ledru <sylvestre@debian.org> | 2012-07-23 08:51:15 +0000 |
commit | 35521e231034815b6962eff0dbbd8ee132038784 (patch) | |
tree | 434141fe9ab99916e5338540fb277099c3bc6020 /llvm/lib/Analysis/ScalarEvolutionExpander.cpp | |
parent | 7f3e84c9fdb9628ba81ecffcc7d40ee1a1de7939 (diff) | |
download | bcm5719-llvm-35521e231034815b6962eff0dbbd8ee132038784.tar.gz bcm5719-llvm-35521e231034815b6962eff0dbbd8ee132038784.zip |
Fix a typo (the the => the)
llvm-svn: 160621
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 b77f8d6ddce..62710c5e8b8 100644 --- a/llvm/lib/Analysis/ScalarEvolutionExpander.cpp +++ b/llvm/lib/Analysis/ScalarEvolutionExpander.cpp @@ -37,7 +37,7 @@ Value *SCEVExpander::ReuseOrCreateCast(Value *V, Type *Ty, // We use this precondition to produce a cast that will dominate all its // uses. In particular, this is crucial for the case where the builder's // insertion point *is* the point where we were asked to put the cast. - // Since we don't know the the builder's insertion point is actually + // Since we don't know the builder's insertion point is actually // where the uses will be added (only that it dominates it), we are // not allowed to move it. BasicBlock::iterator BIP = Builder.GetInsertPoint(); |