summaryrefslogtreecommitdiff
path: root/lib/Target/SystemZ/SystemZLongBranch.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
commiteda7f44b27690d050bae738552f9e1f08e72133f (patch)
tree6d76063b1cf073994fc506931077afc7d3d38dee /lib/Target/SystemZ/SystemZLongBranch.cpp
parent0fd57f4b56ea37b63f61294d3d04d92cd05871b1 (diff)
downloadllvm-eda7f44b27690d050bae738552f9e1f08e72133f.tar.gz
llvm-eda7f44b27690d050bae738552f9e1f08e72133f.tar.bz2
llvm-eda7f44b27690d050bae738552f9e1f08e72133f.tar.xz
[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.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@207511 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/SystemZ/SystemZLongBranch.cpp')
-rw-r--r--lib/Target/SystemZ/SystemZLongBranch.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Target/SystemZ/SystemZLongBranch.cpp b/lib/Target/SystemZ/SystemZLongBranch.cpp
index 760f115b1d..8081334324 100644
--- a/lib/Target/SystemZ/SystemZLongBranch.cpp
+++ b/lib/Target/SystemZ/SystemZLongBranch.cpp
@@ -138,7 +138,7 @@ public:
return "SystemZ Long Branch";
}
- bool runOnMachineFunction(MachineFunction &F);
+ bool runOnMachineFunction(MachineFunction &F) override;
private:
void skipNonTerminators(BlockPosition &Position, MBBInfo &Block);