summaryrefslogtreecommitdiff
path: root/lib/Target/SystemZ/InstPrinter/SystemZInstPrinter.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Target/SystemZ/InstPrinter/SystemZInstPrinter.h')
-rw-r--r--lib/Target/SystemZ/InstPrinter/SystemZInstPrinter.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/lib/Target/SystemZ/InstPrinter/SystemZInstPrinter.h b/lib/Target/SystemZ/InstPrinter/SystemZInstPrinter.h
index 734ecf0ff230..dce482b216fb 100644
--- a/lib/Target/SystemZ/InstPrinter/SystemZInstPrinter.h
+++ b/lib/Target/SystemZ/InstPrinter/SystemZInstPrinter.h
@@ -38,10 +38,8 @@ public:
static void printOperand(const MCOperand &MO, raw_ostream &O);
// Override MCInstPrinter.
- virtual void printRegName(raw_ostream &O, unsigned RegNo) const
- LLVM_OVERRIDE;
- virtual void printInst(const MCInst *MI, raw_ostream &O, StringRef Annot)
- LLVM_OVERRIDE;
+ void printRegName(raw_ostream &O, unsigned RegNo) const override;
+ void printInst(const MCInst *MI, raw_ostream &O, StringRef Annot) override;
private:
// Print various types of operand.