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:
parent
5832f5f2e4
commit
dcb1329959
@ -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…
x
Reference in New Issue
Block a user