forked from OSchip/llvm-project
parent
adde5dfde2
commit
b0934cdd1c
|
@ -220,7 +220,7 @@ bool LPPassManager::runOnFunction(Function &F) {
|
||||||
skipThisLoop = false;
|
skipThisLoop = false;
|
||||||
redoThisLoop = false;
|
redoThisLoop = false;
|
||||||
|
|
||||||
// Run all passes on current SCC
|
// Run all passes on the current Loop.
|
||||||
for (unsigned Index = 0; Index < getNumContainedPasses(); ++Index) {
|
for (unsigned Index = 0; Index < getNumContainedPasses(); ++Index) {
|
||||||
Pass *P = getContainedPass(Index);
|
Pass *P = getContainedPass(Index);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue