Fix a typo (the the => the)
[oota-llvm.git] / lib / Transforms / Utils / SimplifyCFG.cpp
index 500a732c9306625946e08825e222a2243d3b94ef..518df7cddab45f3f1caba7eb3a74416f78d31f2d 100644 (file)
@@ -1330,7 +1330,7 @@ static bool FoldTwoEntryPHINode(PHINode *PN, const TargetData *TD) {
       return false;
   }
   
-  // If we folded the the first phi, PN dangles at this point.  Refresh it.  If
+  // If we folded the first phi, PN dangles at this point.  Refresh it.  If
   // we ran out of PHIs then we simplified them all.
   PN = dyn_cast<PHINode>(BB->begin());
   if (PN == 0) return true;