mirror of
https://github.com/RPCS3/llvm.git
synced 2025-02-24 21:00:36 +00:00
Initialize activeManager.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@32506 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
1e1008a52e
commit
395ed73984
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user