1
0
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:
Torok Edwin 2009-06-29 21:05:10 +00:00
parent bff451b95b
commit 1d606ac3ee

View File

@ -1305,6 +1305,7 @@ void FunctionPassManagerImpl::releaseMemoryOnTheFly() {
FPPM->getContainedPass(Index)->releaseMemory();
}
}
wasRun = false;
}
// Execute all the passes managed by this top level manager.