mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-13 20:32:21 +00:00
Fix an old copy+pasto.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@82947 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
3069b3193d
commit
1edaef62a4
@ -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);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user