diff options
Diffstat (limited to 'lib/VMCore/Value.cpp')
-rw-r--r-- | lib/VMCore/Value.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/VMCore/Value.cpp b/lib/VMCore/Value.cpp index f42037d..bef0d44 100644 --- a/lib/VMCore/Value.cpp +++ b/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 |