summaryrefslogtreecommitdiff
path: root/lib/Analysis/ScalarEvolutionExpander.cpp
diff options
context:
space:
mode:
authorRafael Espindola <rafael.espindola@gmail.com>2012-02-21 19:27:16 +0000
committerRafael Espindola <rafael.espindola@gmail.com>2012-02-21 19:27:16 +0000
commite16da6c0209de26f96d2dc71b4ea1ed6fc50c564 (patch)
treefa234eda452cbcf0d178d1a491fffc0f80cc0064 /lib/Analysis/ScalarEvolutionExpander.cpp
parenta42d5c425251b6f30d46744d494817f788c408be (diff)
downloadllvm-e16da6c0209de26f96d2dc71b4ea1ed6fc50c564.tar.gz
llvm-e16da6c0209de26f96d2dc71b4ea1ed6fc50c564.tar.bz2
llvm-e16da6c0209de26f96d2dc71b4ea1ed6fc50c564.tar.xz
s/the the/the/
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@151079 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Analysis/ScalarEvolutionExpander.cpp')
-rw-r--r--lib/Analysis/ScalarEvolutionExpander.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Analysis/ScalarEvolutionExpander.cpp b/lib/Analysis/ScalarEvolutionExpander.cpp
index 0f2a634a20..c76633285c 100644
--- a/lib/Analysis/ScalarEvolutionExpander.cpp
+++ b/lib/Analysis/ScalarEvolutionExpander.cpp
@@ -33,7 +33,7 @@ Value *SCEVExpander::ReuseOrCreateCast(Value *V, Type *Ty,
BasicBlock::iterator IP) {
// All new or reused instructions must strictly dominate their uses.
// It would be nice to assert this here, but we don't always know where
- // the next instructions will be added as the the caller can move the
+ // the next instructions will be added as the caller can move the
// Builder's InsertPt before creating them and we might be called with
// an invalid InsertPt.