From 2299d2ba2fa95bfe29b80818a7ee6e4ff94eb50d Mon Sep 17 00:00:00 2001 From: Dan Gohman Date: Sun, 31 May 2009 16:18:57 +0000 Subject: Delete an obsolete sentance from a comment. llvm-svn: 72667 --- llvm/lib/Analysis/LiveValues.cpp | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'llvm/lib/Analysis/LiveValues.cpp') diff --git a/llvm/lib/Analysis/LiveValues.cpp b/llvm/lib/Analysis/LiveValues.cpp index 7fc97c9cda7..2bbe98aa5c2 100644 --- a/llvm/lib/Analysis/LiveValues.cpp +++ b/llvm/lib/Analysis/LiveValues.cpp @@ -162,9 +162,7 @@ LiveValues::Memo &LiveValues::compute(const Value *V) { } // Climb the immediate dominator tree from the use to the definition - // and mark all intermediate blocks as live-through. Don't do this if - // the user is a PHI because such users may not be dominated by the - // definition. + // and mark all intermediate blocks as live-through. for (; BB != DefBB; BB = getImmediateDominator(BB, DT)) { if (BB != UseBB && !M.LiveThrough.insert(BB)) break; -- cgit v1.2.3