diff --git a/lib/VMCore/Value.cpp b/lib/VMCore/Value.cpp index f42037da5e9..bef0d4466ff 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