s/the the/the/
authorRafael Espindola <rafael.espindola@gmail.com>
Tue, 21 Feb 2012 19:27:16 +0000 (19:27 +0000)
committerRafael Espindola <rafael.espindola@gmail.com>
Tue, 21 Feb 2012 19:27:16 +0000 (19:27 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@151079 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Analysis/ScalarEvolutionExpander.cpp

index 0f2a634a20684ae05839c0a6e75d1a8a50bb005b..c76633285cad817bbe05c0be9e6b37e613069c1e 100644 (file)
@@ -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.