diff options
Diffstat (limited to 'llvm/lib/VMCore/Value.cpp')
| -rw-r--r-- | llvm/lib/VMCore/Value.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/VMCore/Value.cpp b/llvm/lib/VMCore/Value.cpp index f42037da5e9..bef0d4466ff 100644 --- a/llvm/lib/VMCore/Value.cpp +++ b/llvm/lib/VMCore/Value.cpp @@ -85,7 +85,7 @@ User *Value::use_remove(use_iterator &I) { #ifndef NDEBUG // Only in -g mode... void Value::dump() const { - DebugValue(*this); + cerr << this; } #endif |

