summaryrefslogtreecommitdiffstats
path: root/llvm/lib/VMCore/PassManager.cpp
diff options
context:
space:
mode:
authorTorok Edwin <edwintorok@gmail.com>2009-06-29 21:05:10 +0000
committerTorok Edwin <edwintorok@gmail.com>2009-06-29 21:05:10 +0000
commit896556eec7a455bb67d78c8a7d014665fc845016 (patch)
treefe79b1e1ea8fa5ad88bb3e2cdf28a735be22ac7b /llvm/lib/VMCore/PassManager.cpp
parent8f5d4423ca126d66beddd0db69c384f6d07f1a93 (diff)
downloadbcm5719-llvm-896556eec7a455bb67d78c8a7d014665fc845016.tar.gz
bcm5719-llvm-896556eec7a455bb67d78c8a7d014665fc845016.zip
Set wasRun to false here on Dan's suggestion.
llvm-svn: 74455
Diffstat (limited to 'llvm/lib/VMCore/PassManager.cpp')
-rw-r--r--llvm/lib/VMCore/PassManager.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/lib/VMCore/PassManager.cpp b/llvm/lib/VMCore/PassManager.cpp
index 24fb35c215c..78fc28ec111 100644
--- a/llvm/lib/VMCore/PassManager.cpp
+++ b/llvm/lib/VMCore/PassManager.cpp
@@ -1305,6 +1305,7 @@ void FunctionPassManagerImpl::releaseMemoryOnTheFly() {
FPPM->getContainedPass(Index)->releaseMemory();
}
}
+ wasRun = false;
}
// Execute all the passes managed by this top level manager.
OpenPOWER on IntegriCloud