Make the release build work

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@2109 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Chris Lattner 2002-04-04 19:26:26 +00:00
parent aa06d2c103
commit 6a6931e287

View File

@ -94,11 +94,9 @@ User *Value::use_remove(use_iterator &I) {
return i;
}
#ifndef NDEBUG // Only in -g mode...
void Value::dump() const {
cerr << this;
}
#endif
//===----------------------------------------------------------------------===//
// User Class