mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-13 20:32:21 +00:00
ooops...
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@42118 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
921c85c487
commit
0f2fb60a18
@ -222,7 +222,7 @@ bool LPPassManager::runOnFunction(Function &F) {
|
||||
StartPassTimer(P);
|
||||
LoopPass *LP = dynamic_cast<LoopPass *>(P);
|
||||
assert (LP && "Invalid LPPassManager member");
|
||||
LP->runOnLoop(CurrentLoop, *this);
|
||||
Changed |= LP->runOnLoop(CurrentLoop, *this);
|
||||
StopPassTimer(P);
|
||||
|
||||
if (Changed)
|
||||
|
Loading…
Reference in New Issue
Block a user