This repository was archived by the owner on Mar 28, 2020. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +0
-16
lines changed Expand file tree Collapse file tree 1 file changed +0
-16
lines changed Original file line number Diff line number Diff line change @@ -325,14 +325,6 @@ class MPPassManager : public Pass, public PMDataManager {
325
325
using llvm::Pass::doInitialization;
326
326
using llvm::Pass::doFinalization;
327
327
328
- // / doInitialization - Run all of the initializers for the module passes.
329
- // /
330
- bool doInitialization ();
331
-
332
- // / doFinalization - Run all of the finalizers for the module passes.
333
- // /
334
- bool doFinalization ();
335
-
336
328
// / Pass Manager itself does not invalidate any analysis info.
337
329
void getAnalysisUsage (AnalysisUsage &Info) const override {
338
330
Info.setPreservesAll ();
@@ -423,14 +415,6 @@ class PassManagerImpl : public Pass,
423
415
using llvm::Pass::doInitialization;
424
416
using llvm::Pass::doFinalization;
425
417
426
- // / doInitialization - Run all of the initializers for the module passes.
427
- // /
428
- bool doInitialization ();
429
-
430
- // / doFinalization - Run all of the finalizers for the module passes.
431
- // /
432
- bool doFinalization ();
433
-
434
418
// / Pass Manager itself does not invalidate any analysis info.
435
419
void getAnalysisUsage (AnalysisUsage &Info) const override {
436
420
Info.setPreservesAll ();
You can’t perform that action at this time.
0 commit comments