summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/SystemZ/SystemZConstantPoolValue.h
diff options
context:
space:
mode:
authorCraig Topper <craig.topper@gmail.com>2014-03-02 09:09:27 +0000
committerCraig Topper <craig.topper@gmail.com>2014-03-02 09:09:27 +0000
commit73156025e021f98786009a06c794f8b8f369b7a3 (patch)
treeb20fd2bf0ddc155002a79f68ef6859b54f9338b7 /llvm/lib/Target/SystemZ/SystemZConstantPoolValue.h
parente55d9bf508471c97e7bad9e5f63e4fe103cb3042 (diff)
downloadbcm5719-llvm-73156025e021f98786009a06c794f8b8f369b7a3.tar.gz
bcm5719-llvm-73156025e021f98786009a06c794f8b8f369b7a3.zip
Switch all uses of LLVM_OVERRIDE to just use 'override' directly.
llvm-svn: 202621
Diffstat (limited to 'llvm/lib/Target/SystemZ/SystemZConstantPoolValue.h')
-rw-r--r--llvm/lib/Target/SystemZ/SystemZConstantPoolValue.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/llvm/lib/Target/SystemZ/SystemZConstantPoolValue.h b/llvm/lib/Target/SystemZ/SystemZConstantPoolValue.h
index 9927bdb262c..60944cc42f3 100644
--- a/llvm/lib/Target/SystemZ/SystemZConstantPoolValue.h
+++ b/llvm/lib/Target/SystemZ/SystemZConstantPoolValue.h
@@ -39,11 +39,11 @@ public:
Create(const GlobalValue *GV, SystemZCP::SystemZCPModifier Modifier);
// Override MachineConstantPoolValue.
- virtual unsigned getRelocationInfo() const LLVM_OVERRIDE;
+ virtual unsigned getRelocationInfo() const override;
virtual int getExistingMachineCPValue(MachineConstantPool *CP,
- unsigned Alignment) LLVM_OVERRIDE;
- virtual void addSelectionDAGCSEId(FoldingSetNodeID &ID) LLVM_OVERRIDE;
- virtual void print(raw_ostream &O) const LLVM_OVERRIDE;
+ unsigned Alignment) override;
+ virtual void addSelectionDAGCSEId(FoldingSetNodeID &ID) override;
+ virtual void print(raw_ostream &O) const override;
// Access SystemZ-specific fields.
const GlobalValue *getGlobalValue() const { return GV; }
OpenPOWER on IntegriCloud