From: Chris Lattner Date: Thu, 4 Apr 2002 19:26:26 +0000 (+0000) Subject: Make the release build work X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=6a6931e287dd4837b967dd42d45a8a11455f4fcd;p=oota-llvm.git Make the release build work git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@2109 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/VMCore/Value.cpp b/lib/VMCore/Value.cpp index 6c01f65e4e4..9dc19dffb02 100644 --- a/lib/VMCore/Value.cpp +++ b/lib/VMCore/Value.cpp @@ -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