Fix "the the" and similar typos.
[oota-llvm.git] / lib / Transforms / Scalar / IndVarSimplify.cpp
index 17f7d985097aced8e0f9e439f9eaab2ab9c9bf3f..c54f596f2ccad840f0d68ce785736584e3f1dd10 100644 (file)
@@ -380,7 +380,7 @@ bool IndVarSimplify::runOnLoop(Loop *L, LPPassManager &LPM) {
       NeedCannIV = true;
   }
 
-  // Now that we know the largest of of the induction variable expressions
+  // Now that we know the largest of the induction variable expressions
   // in this loop, insert a canonical induction variable of the largest size.
   Value *IndVar = 0;
   if (NeedCannIV) {