diff options
Diffstat (limited to 'include/llvm/PassManager.h')
-rw-r--r-- | include/llvm/PassManager.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/include/llvm/PassManager.h b/include/llvm/PassManager.h index 81c7fd6222..1f0fa1acd1 100644 --- a/include/llvm/PassManager.h +++ b/include/llvm/PassManager.h @@ -131,11 +131,6 @@ public: /// This implies that all passes MUST be allocated with 'new'. void add(Pass *P); - /// Execute all of the passes scheduled for execution. Keep - /// track of whether any of the passes modifies the function, and if - /// so, return true. - bool runOnModule(Module &M); - /// run - Execute all of the passes scheduled for execution. Keep /// track of whether any of the passes modifies the function, and if /// so, return true. |