aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Transforms/IPO/BarrierNoopPass.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Transforms/IPO/BarrierNoopPass.cpp')
-rw-r--r--lib/Transforms/IPO/BarrierNoopPass.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Transforms/IPO/BarrierNoopPass.cpp b/lib/Transforms/IPO/BarrierNoopPass.cpp
index 2e32240621..6af1043625 100644
--- a/lib/Transforms/IPO/BarrierNoopPass.cpp
+++ b/lib/Transforms/IPO/BarrierNoopPass.cpp
@@ -36,7 +36,7 @@ public:
initializeBarrierNoopPass(*PassRegistry::getPassRegistry());
}
- bool runOnModule(Module &M) { return false; }
+ bool runOnModule(Module &M) override { return false; }
};
}