forked from OSchip/llvm-project
Add missing 'override', fixing compilation with some compilers since SVN r337950
llvm-svn: 337952
This commit is contained in:
parent
ff33a95ed4
commit
d78b394543
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue