Okay, make the member function work.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@643 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Chris Lattner 2001-09-19 14:09:25 +00:00
parent 45f598806b
commit c04bf0724a

View 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