[MC] Require an MCContext when constructing an MCDisassembler.
[oota-llvm.git] / lib / Target / SystemZ / SystemZShortenInst.cpp
index 65f66feb8669c304840b6ed95dfd49de6efce693..9350779428efa23be15a4da3c5b2fa67fcbb459f 100644 (file)
@@ -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";
   }