diff options
Diffstat (limited to 'gnu/llvm/lib/MC/MCValue.cpp')
| -rw-r--r-- | gnu/llvm/lib/MC/MCValue.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/llvm/lib/MC/MCValue.cpp b/gnu/llvm/lib/MC/MCValue.cpp index 495a2b6ea5b..32a6adbf224 100644 --- a/gnu/llvm/lib/MC/MCValue.cpp +++ b/gnu/llvm/lib/MC/MCValue.cpp @@ -38,7 +38,7 @@ void MCValue::print(raw_ostream &OS) const { } #if !defined(NDEBUG) || defined(LLVM_ENABLE_DUMP) -void MCValue::dump() const { +LLVM_DUMP_METHOD void MCValue::dump() const { print(dbgs()); } #endif |
