Add missing 'override', fixing compilation with some compilers since SVN r337950

llvm-svn: 337952
This commit is contained in:
Martin Storsjo 2018-07-25 19:01:36 +00:00
parent ff33a95ed4
commit d78b394543
1 changed files with 1 additions and 1 deletions

View File

@ -102,7 +102,7 @@ public:
void EmitXXStructor(const DataLayout &DL, const Constant *CV) override;
void EmitGlobalVariable(const GlobalVariable *GV) override;
MCSymbol *GetCPISymbol(unsigned CPID) const;
MCSymbol *GetCPISymbol(unsigned CPID) const override;
// lowerOperand - Convert a MachineOperand into the equivalent MCOperand.
bool lowerOperand(const MachineOperand &MO, MCOperand &MCOp);