summaryrefslogtreecommitdiffstats
path: root/llvm/lib
diff options
context:
space:
mode:
authorMartin Storsjo <martin@martin.st>2018-07-25 19:01:36 +0000
committerMartin Storsjo <martin@martin.st>2018-07-25 19:01:36 +0000
commitd78b3945430b928d340963c88c8d06de2e94e968 (patch)
tree052fbed0bb9ad29466c24be9384b8738f2d6fe45 /llvm/lib
parentff33a95ed44b9c146d3b58517717a4163b479b02 (diff)
downloadbcm5719-llvm-d78b3945430b928d340963c88c8d06de2e94e968.tar.gz
bcm5719-llvm-d78b3945430b928d340963c88c8d06de2e94e968.zip
Add missing 'override', fixing compilation with some compilers since SVN r337950
llvm-svn: 337952
Diffstat (limited to 'llvm/lib')
-rw-r--r--llvm/lib/Target/ARM/ARMAsmPrinter.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Target/ARM/ARMAsmPrinter.h b/llvm/lib/Target/ARM/ARMAsmPrinter.h
index 50f3edeb4e5..0ba4bc05d6f 100644
--- a/llvm/lib/Target/ARM/ARMAsmPrinter.h
+++ b/llvm/lib/Target/ARM/ARMAsmPrinter.h
@@ -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);
OpenPOWER on IntegriCloud