From a4944e5188c6dcbc786ea5380332652f37e8c9ba Mon Sep 17 00:00:00 2001 From: Eric Christopher Date: Tue, 28 Apr 2015 18:06:27 +0000 Subject: [PATCH] Fix a [-Werror,-Winconsistent-missing-override] problem in the NVPTX overrides. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@236007 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/Target/NVPTX/NVPTXMCExpr.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Target/NVPTX/NVPTXMCExpr.h b/lib/Target/NVPTX/NVPTXMCExpr.h index e1d46ea3749..fcec11165af 100644 --- a/lib/Target/NVPTX/NVPTXMCExpr.h +++ b/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 {