Initialize activeManager.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@32506 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Devang Patel 2006-12-12 22:57:43 +00:00
parent 1e1008a52e
commit 395ed73984

View File

@ -395,7 +395,9 @@ class PassManagerImpl_New : public Pass,
public:
PassManagerImpl_New(int D) : PMDataManager(D) {}
PassManagerImpl_New(int D) : PMDataManager(D) {
activeManager = NULL;
}
/// add - Add a pass to the queue of passes to run. This passes ownership of
/// the Pass to the PassManager. When the PassManager is destroyed, the pass