summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/SelectionDAG/ScheduleDAGRRList.cpp
diff options
context:
space:
mode:
authorCraig Topper <craig.topper@gmail.com>2014-04-29 07:58:41 +0000
committerCraig Topper <craig.topper@gmail.com>2014-04-29 07:58:41 +0000
commit9d74a5a5f1d661b520d2c7b9a66f1575f9fd6e7c (patch)
treef660d11cd42d19d45a1b7eeedf7c988c282e655b /llvm/lib/CodeGen/SelectionDAG/ScheduleDAGRRList.cpp
parente06fc4f0caf2340098654c10ae3c702901e3f562 (diff)
downloadbcm5719-llvm-9d74a5a5f1d661b520d2c7b9a66f1575f9fd6e7c.tar.gz
bcm5719-llvm-9d74a5a5f1d661b520d2c7b9a66f1575f9fd6e7c.zip
[C++11] Add 'override' keywords and remove 'virtual'. Additionally add 'final' and leave 'virtual' on some methods that are marked virtual without overriding anything and have no obvious overrides themselves.
llvm-svn: 207511
Diffstat (limited to 'llvm/lib/CodeGen/SelectionDAG/ScheduleDAGRRList.cpp')
-rw-r--r--llvm/lib/CodeGen/SelectionDAG/ScheduleDAGRRList.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/SelectionDAG/ScheduleDAGRRList.cpp b/llvm/lib/CodeGen/SelectionDAG/ScheduleDAGRRList.cpp
index cfa0858ce73..78ec4df95f5 100644
--- a/llvm/lib/CodeGen/SelectionDAG/ScheduleDAGRRList.cpp
+++ b/llvm/lib/CodeGen/SelectionDAG/ScheduleDAGRRList.cpp
@@ -1784,7 +1784,7 @@ public:
}
#if !defined(NDEBUG) || defined(LLVM_ENABLE_DUMP)
- void dump(ScheduleDAG *DAG) const {
+ void dump(ScheduleDAG *DAG) const override {
// Emulate pop() without clobbering NodeQueueIds.
std::vector<SUnit*> DumpQueue = Queue;
SF DumpPicker = Picker;
OpenPOWER on IntegriCloud