Fix an old copy+pasto.

llvm-svn: 82947
This commit is contained in:
Dan Gohman 2009-09-27 23:52:07 +00:00
parent adde5dfde2
commit b0934cdd1c
1 changed files with 1 additions and 1 deletions

View File

@ -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);