projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
53fec21
)
Fix a [-Werror,-Winconsistent-missing-override] problem in the
author
Eric Christopher
<echristo@gmail.com>
Tue, 28 Apr 2015 18:06:27 +0000
(18:06 +0000)
committer
Eric Christopher
<echristo@gmail.com>
Tue, 28 Apr 2015 18:06:27 +0000
(18:06 +0000)
NVPTX overrides.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@236007
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/Target/NVPTX/NVPTXMCExpr.h
patch
|
blob
|
history
diff --git
a/lib/Target/NVPTX/NVPTXMCExpr.h
b/lib/Target/NVPTX/NVPTXMCExpr.h
index e1d46ea37496f43995e05a5190d2dc72842c1cba..fcec11165af520152ff8325a0a766552113e99ff 100644
(file)
--- 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 {