summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/SystemZ/SystemZShortenInst.cpp
diff options
context:
space:
mode:
authorRichard Sandiford <rsandifo@linux.vnet.ibm.com>2014-03-06 12:03:36 +0000
committerRichard Sandiford <rsandifo@linux.vnet.ibm.com>2014-03-06 12:03:36 +0000
commitb4d67b593e917c53f570540ad950e52873bd0aa4 (patch)
treea276530296feddb63f0bfcb904c1b65b42290603 /llvm/lib/Target/SystemZ/SystemZShortenInst.cpp
parent69bd9ca91cc678ba7da002d6cbb0269d57d8decd (diff)
downloadbcm5719-llvm-b4d67b593e917c53f570540ad950e52873bd0aa4.tar.gz
bcm5719-llvm-b4d67b593e917c53f570540ad950e52873bd0aa4.zip
[SystemZ] Remove "virtual" from override methods
Also fix a couple of cases where "override" was missing. No behavioural change intended. llvm-svn: 203110
Diffstat (limited to 'llvm/lib/Target/SystemZ/SystemZShortenInst.cpp')
-rw-r--r--llvm/lib/Target/SystemZ/SystemZShortenInst.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Target/SystemZ/SystemZShortenInst.cpp b/llvm/lib/Target/SystemZ/SystemZShortenInst.cpp
index 65f66feb866..9350779428e 100644
--- a/llvm/lib/Target/SystemZ/SystemZShortenInst.cpp
+++ b/llvm/lib/Target/SystemZ/SystemZShortenInst.cpp
@@ -26,7 +26,7 @@ public:
static char ID;
SystemZShortenInst(const SystemZTargetMachine &tm);
- virtual const char *getPassName() const {
+ const char *getPassName() const override {
return "SystemZ Instruction Shortening";
}
OpenPOWER on IntegriCloud