Okay, make the member function work.
authorChris Lattner <sabre@nondot.org>
Wed, 19 Sep 2001 14:09:25 +0000 (14:09 +0000)
committerChris Lattner <sabre@nondot.org>
Wed, 19 Sep 2001 14:09:25 +0000 (14:09 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@643 91177308-0d34-0410-b5e6-96231b3b80d8

lib/VMCore/Value.cpp

index f42037da5e93f84b8c41d4ec53d54e9d57dc4db5..bef0d4466ff96be26a97583b697f59a17e864929 100644 (file)
@@ -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