summaryrefslogtreecommitdiffstats
path: root/lib/VMCore/Value.cpp
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2002-04-04 19:26:26 +0000
committerChris Lattner <sabre@nondot.org>2002-04-04 19:26:26 +0000
commit6a6931e287dd4837b967dd42d45a8a11455f4fcd (patch)
treee4cba23266c78e49e21584b52de883d8c97586c6 /lib/VMCore/Value.cpp
parentaa06d2c1034c70fe6a68ab0579d8b13c2398f09f (diff)
downloadexternal_llvm-6a6931e287dd4837b967dd42d45a8a11455f4fcd.zip
external_llvm-6a6931e287dd4837b967dd42d45a8a11455f4fcd.tar.gz
external_llvm-6a6931e287dd4837b967dd42d45a8a11455f4fcd.tar.bz2
Make the release build work
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@2109 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/VMCore/Value.cpp')
-rw-r--r--lib/VMCore/Value.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/VMCore/Value.cpp b/lib/VMCore/Value.cpp
index 6c01f65..9dc19df 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