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