commit | 4a618827de7c540c68685789d1eb9b2b50cdc33f | [log] [tgz] |
---|---|---|
author | Dan Gohman <gohman@apple.com> | Wed Feb 10 16:03:48 2010 +0000 |
committer | Dan Gohman <gohman@apple.com> | Wed Feb 10 16:03:48 2010 +0000 |
tree | 0d17edfcf8589f2399f826701396f57fe8f98da8 | |
parent | 7bf08432d2c618de728bc7671b8c5360966050bf [diff] [blame] |
Fix "the the" and similar typos. llvm-svn: 95781
diff --git a/llvm/lib/Analysis/LiveValues.cpp b/llvm/lib/Analysis/LiveValues.cpp index 02ec7d3..1b91d93 100644 --- a/llvm/lib/Analysis/LiveValues.cpp +++ b/llvm/lib/Analysis/LiveValues.cpp
@@ -184,7 +184,7 @@ } } - // 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);