summaryrefslogtreecommitdiffstats
path: root/contrib/llvm/lib/MC/MCLabel.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/llvm/lib/MC/MCLabel.cpp')
-rw-r--r--contrib/llvm/lib/MC/MCLabel.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/llvm/lib/MC/MCLabel.cpp b/contrib/llvm/lib/MC/MCLabel.cpp
index 1d3022a..d973fc9 100644
--- a/contrib/llvm/lib/MC/MCLabel.cpp
+++ b/contrib/llvm/lib/MC/MCLabel.cpp
@@ -17,7 +17,7 @@ void MCLabel::print(raw_ostream &OS) const {
}
#if !defined(NDEBUG) || defined(LLVM_ENABLE_DUMP)
-void MCLabel::dump() const {
+LLVM_DUMP_METHOD void MCLabel::dump() const {
print(dbgs());
}
#endif
OpenPOWER on IntegriCloud