summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/ErlangGC.cpp
diff options
context:
space:
mode:
authorCraig Topper <craig.topper@gmail.com>2014-03-07 09:26:03 +0000
committerCraig Topper <craig.topper@gmail.com>2014-03-07 09:26:03 +0000
commit4584cd54e3cd7025e609ccdf0ee6ded81233c0ce (patch)
tree0551795d002894459b99709538ef6aea0e4c0b42 /llvm/lib/CodeGen/ErlangGC.cpp
parentd2bbdcfc0d2340904141a3dbca502a3cf4e2e416 (diff)
downloadbcm5719-llvm-4584cd54e3cd7025e609ccdf0ee6ded81233c0ce.tar.gz
bcm5719-llvm-4584cd54e3cd7025e609ccdf0ee6ded81233c0ce.zip
[C++11] Add 'override' keyword to virtual methods that override their base class.
llvm-svn: 203220
Diffstat (limited to 'llvm/lib/CodeGen/ErlangGC.cpp')
-rw-r--r--llvm/lib/CodeGen/ErlangGC.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/ErlangGC.cpp b/llvm/lib/CodeGen/ErlangGC.cpp
index 8a1e2d9c99a..e976d7fd9d8 100644
--- a/llvm/lib/CodeGen/ErlangGC.cpp
+++ b/llvm/lib/CodeGen/ErlangGC.cpp
@@ -32,7 +32,7 @@ namespace {
DebugLoc DL) const;
public:
ErlangGC();
- bool findCustomSafePoints(GCFunctionInfo &FI, MachineFunction &MF);
+ bool findCustomSafePoints(GCFunctionInfo &FI, MachineFunction &MF) override;
};
}
OpenPOWER on IntegriCloud