diff options
Diffstat (limited to 'gnu/llvm/lib/Support/Twine.cpp')
| -rw-r--r-- | gnu/llvm/lib/Support/Twine.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/llvm/lib/Support/Twine.cpp b/gnu/llvm/lib/Support/Twine.cpp index 020dd9596d9..5e989fb28b4 100644 --- a/gnu/llvm/lib/Support/Twine.cpp +++ b/gnu/llvm/lib/Support/Twine.cpp @@ -161,7 +161,7 @@ void Twine::printRepr(raw_ostream &OS) const { OS << ")"; } -void Twine::dump() const { +LLVM_DUMP_METHOD void Twine::dump() const { print(dbgs()); } |
