diff options
Diffstat (limited to 'contrib/llvm/lib/MC/MCLabel.cpp')
| -rw-r--r-- | contrib/llvm/lib/MC/MCLabel.cpp | 2 | 
1 files changed, 2 insertions, 0 deletions
diff --git a/contrib/llvm/lib/MC/MCLabel.cpp b/contrib/llvm/lib/MC/MCLabel.cpp index 9c0fc92e6c05..1d3022a93e86 100644 --- a/contrib/llvm/lib/MC/MCLabel.cpp +++ b/contrib/llvm/lib/MC/MCLabel.cpp @@ -16,6 +16,8 @@ void MCLabel::print(raw_ostream &OS) const {    OS << '"' << getInstance() << '"';  } +#if !defined(NDEBUG) || defined(LLVM_ENABLE_DUMP)  void MCLabel::dump() const {    print(dbgs());  } +#endif  | 
