summaryrefslogtreecommitdiffstats
path: root/llvm/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
commitb41b407f3d54d5ab0bc7342f723fda2dbef59955 (patch)
treecb9718356a5226b4f80afb802dbd41c65b53d8fb /llvm/lib/Analysis/ScalarEvolutionExpander.cpp
parentaf9b2f631da12b62e391ff5510e09f8ec359c0a8 (diff)
downloadbcm5719-llvm-b41b407f3d54d5ab0bc7342f723fda2dbef59955.tar.gz
bcm5719-llvm-b41b407f3d54d5ab0bc7342f723fda2dbef59955.zip
s/the the/the/
llvm-svn: 151079
Diffstat (limited to 'llvm/lib/Analysis/ScalarEvolutionExpander.cpp')
-rw-r--r--llvm/lib/Analysis/ScalarEvolutionExpander.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Analysis/ScalarEvolutionExpander.cpp b/llvm/lib/Analysis/ScalarEvolutionExpander.cpp
index 0f2a634a206..c76633285ca 100644
--- a/llvm/lib/Analysis/ScalarEvolutionExpander.cpp
+++ b/llvm/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.
OpenPOWER on IntegriCloud