From: Eric Christopher Date: Tue, 28 Apr 2015 18:06:27 +0000 (+0000) Subject: Fix a [-Werror,-Winconsistent-missing-override] problem in the X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=a4944e5188c6dcbc786ea5380332652f37e8c9ba;p=oota-llvm.git 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 --- 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 {