forked from OSchip/llvm-project
Implement PassManagerImpl_New::add().
Just add pass into the pass manager queue without processing analysis. llvm-svn: 31670
This commit is contained in:
parent
90b05e0bc3
commit
db789fb8f2
|
|
@ -447,7 +447,7 @@ PassManagerImpl_New::schedulePasses() {
|
|||
/// Add pass P to the queue of passes to run.
|
||||
void
|
||||
PassManagerImpl_New::add(Pass *P) {
|
||||
/* TODO */
|
||||
addPassToManager(P, false);
|
||||
}
|
||||
|
||||
// PassManager_New implementation
|
||||
|
|
|
|||
Loading…
Reference in New Issue