diff options
Diffstat (limited to 'lib/MC/MCLabel.cpp')
-rw-r--r-- | lib/MC/MCLabel.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/MC/MCLabel.cpp b/lib/MC/MCLabel.cpp index 9c0fc92..1d3022a 100644 --- a/lib/MC/MCLabel.cpp +++ b/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 |