summaryrefslogtreecommitdiffstats
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
commit39dabb96c2ac8f9d0a8f8b6236d9be2704316afc (patch)
tree2702da1dd994e3a67be22f93bc1b1ad0e71e5838
parenta9e1535afc27eb8036a1dfc43f7ed51e899771c5 (diff)
downloadbcm5719-llvm-39dabb96c2ac8f9d0a8f8b6236d9be2704316afc.tar.gz
bcm5719-llvm-39dabb96c2ac8f9d0a8f8b6236d9be2704316afc.zip
Make the release build work
llvm-svn: 2109
-rw-r--r--llvm/lib/VMCore/Value.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/llvm/lib/VMCore/Value.cpp b/llvm/lib/VMCore/Value.cpp
index 6c01f65e4e4..9dc19dffb02 100644
--- a/llvm/lib/VMCore/Value.cpp
+++ b/llvm/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
OpenPOWER on IntegriCloud