From: Dan Gohman Date: Sun, 27 Sep 2009 23:52:07 +0000 (+0000) Subject: Fix an old copy+pasto. X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=1edaef62a4a0e6166ab30a54150bca2362ad1c5e;p=oota-llvm.git Fix an old copy+pasto. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@82947 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Analysis/LoopPass.cpp b/lib/Analysis/LoopPass.cpp index 4ed802cb3ff..c9515f600fe 100644 --- a/lib/Analysis/LoopPass.cpp +++ b/lib/Analysis/LoopPass.cpp @@ -220,7 +220,7 @@ bool LPPassManager::runOnFunction(Function &F) { skipThisLoop = false; redoThisLoop = false; - // Run all passes on current SCC + // Run all passes on the current Loop. for (unsigned Index = 0; Index < getNumContainedPasses(); ++Index) { Pass *P = getContainedPass(Index);