Fix "the the" and similar typos.
[oota-llvm.git] / lib / Transforms / IPO / PartialInlining.cpp
index f40902ffa2fd58a1e626706f3defb4bacd70830c..f8ec722273807034ff7825917dcf93060f130cb7 100644 (file)
@@ -117,7 +117,7 @@ Function* PartialInliner::unswitchFunction(Function* F) {
   DominatorTree DT;
   DT.runOnFunction(*duplicateFunction);
   
-  // Extract the body of the the if.
+  // Extract the body of the if.
   Function* extractedFunction = ExtractCodeRegion(DT, toExtract);
   
   // Inline the top-level if test into all callers.