mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-02-01 13:11:39 +01:00
Set wasRun to false here on Dan's suggestion.
llvm-svn: 74455
This commit is contained in:
parent
bff451b95b
commit
1d606ac3ee
@ -1305,6 +1305,7 @@ void FunctionPassManagerImpl::releaseMemoryOnTheFly() {
|
||||
FPPM->getContainedPass(Index)->releaseMemory();
|
||||
}
|
||||
}
|
||||
wasRun = false;
|
||||
}
|
||||
|
||||
// Execute all the passes managed by this top level manager.
|
||||
|
Loading…
x
Reference in New Issue
Block a user