fix 'the the '; NFC
[oota-llvm.git] / lib / Analysis / LoopAccessAnalysis.cpp
index 49b28078c9767c0dce6484d7253b7551c0fcb589..b2670bf48dd84fb9d7dfa468a0e0893bdb5e9494 100644 (file)
@@ -289,7 +289,7 @@ void RuntimePointerChecking::groupChecks(
   // don't process them twice.
   SmallSet<unsigned, 2> Seen;
 
-  // Go through all equivalence classes, get the the "pointer check groups"
+  // Go through all equivalence classes, get the "pointer check groups"
   // and add them to the overall solution. We use the order in which accesses
   // appear in 'Pointers' to enforce determinism.
   for (unsigned I = 0; I < Pointers.size(); ++I) {