1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2025-01-31 20:51:52 +01:00

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 5832f5f2e4
commit dcb1329959

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);