summaryrefslogtreecommitdiffstats
path: root/llvm/include/llvm/IR/LegacyPassManager.h
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/include/llvm/IR/LegacyPassManager.h')
-rw-r--r--llvm/include/llvm/IR/LegacyPassManager.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/include/llvm/IR/LegacyPassManager.h b/llvm/include/llvm/IR/LegacyPassManager.h
index 6c04e9dc3d3..5257a0eed48 100644
--- a/llvm/include/llvm/IR/LegacyPassManager.h
+++ b/llvm/include/llvm/IR/LegacyPassManager.h
@@ -50,7 +50,7 @@ class PassManager : public PassManagerBase {
public:
PassManager();
- ~PassManager();
+ ~PassManager() override;
void add(Pass *P) override;
@@ -70,7 +70,7 @@ public:
/// FunctionPassManager ctor - This initializes the pass manager. It needs,
/// but does not take ownership of, the specified Module.
explicit FunctionPassManager(Module *M);
- ~FunctionPassManager();
+ ~FunctionPassManager() override;
void add(Pass *P) override;
OpenPOWER on IntegriCloud