summaryrefslogtreecommitdiffstats
path: root/llvm/lib
diff options
context:
space:
mode:
authorEric Christopher <echristo@gmail.com>2015-04-28 18:06:27 +0000
committerEric Christopher <echristo@gmail.com>2015-04-28 18:06:27 +0000
commitf4bf3779d818fce12a1bc7b18d6d835fb0928443 (patch)
tree1107864e6bd84a5bd6fc617f5ad0978dafba6fc1 /llvm/lib
parent7441136d2a254ed156e33972bd1e2255530d4dbd (diff)
downloadbcm5719-llvm-f4bf3779d818fce12a1bc7b18d6d835fb0928443.tar.gz
bcm5719-llvm-f4bf3779d818fce12a1bc7b18d6d835fb0928443.zip
Fix a [-Werror,-Winconsistent-missing-override] problem in the
NVPTX overrides. llvm-svn: 236007
Diffstat (limited to 'llvm/lib')
-rw-r--r--llvm/lib/Target/NVPTX/NVPTXMCExpr.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Target/NVPTX/NVPTXMCExpr.h b/llvm/lib/Target/NVPTX/NVPTXMCExpr.h
index e1d46ea3749..fcec11165af 100644
--- a/llvm/lib/Target/NVPTX/NVPTXMCExpr.h
+++ b/llvm/lib/Target/NVPTX/NVPTXMCExpr.h
@@ -105,7 +105,7 @@ public:
/// @}
- void PrintImpl(raw_ostream &OS) const;
+ void PrintImpl(raw_ostream &OS) const override;
bool EvaluateAsRelocatableImpl(MCValue &Res,
const MCAsmLayout *Layout,
const MCFixup *Fixup) const override {
OpenPOWER on IntegriCloud