mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-02-09 13:55:22 +00:00
ooops...
llvm-svn: 42118
This commit is contained in:
parent
28a7839505
commit
d9c8d99cac
@ -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…
x
Reference in New Issue
Block a user