[llvm-commits] [llvm] r151079 - /llvm/trunk/lib/Analysis/ScalarEvolutionExpander.cpp

Rafael Espindola rafael.espindola at gmail.com
Tue Feb 21 11:27:16 PST 2012


Author: rafael
Date: Tue Feb 21 13:27:16 2012
New Revision: 151079

URL: http://llvm.org/viewvc/llvm-project?rev=151079&view=rev
Log:
s/the the/the/

Modified:
    llvm/trunk/lib/Analysis/ScalarEvolutionExpander.cpp

Modified: llvm/trunk/lib/Analysis/ScalarEvolutionExpander.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Analysis/ScalarEvolutionExpander.cpp?rev=151079&r1=151078&r2=151079&view=diff
==============================================================================
--- llvm/trunk/lib/Analysis/ScalarEvolutionExpander.cpp (original)
+++ llvm/trunk/lib/Analysis/ScalarEvolutionExpander.cpp Tue Feb 21 13:27:16 2012
@@ -33,7 +33,7 @@
                                        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.
 





More information about the llvm-commits mailing list