Fix "the the" and similar typos.
[oota-llvm.git] / lib / Analysis / LiveValues.cpp
index 02ec7d318ac7669cba1f804982bfad89ba3534c4..1b91d93c0e1ffda0db72136dde5e1efd1ba42cd5 100644 (file)
@@ -184,7 +184,7 @@ LiveValues::Memo &LiveValues::compute(const Value *V) {
     }
   }
 
-  // If the value was never used outside the the block in which it was
+  // If the value was never used outside the block in which it was
   // defined, it's killed in that block.
   if (!LiveOutOfDefBB)
     M.Killed.insert(DefBB);