projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
aa06d2c
)
Make the release build work
author
Chris Lattner
<sabre@nondot.org>
Thu, 4 Apr 2002 19:26:26 +0000
(19:26 +0000)
committer
Chris Lattner
<sabre@nondot.org>
Thu, 4 Apr 2002 19:26:26 +0000
(19:26 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@2109
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/VMCore/Value.cpp
patch
|
blob
|
history
diff --git
a/lib/VMCore/Value.cpp
b/lib/VMCore/Value.cpp
index 6c01f65e4e455ac663db57ed0eeefe226f2d2342..9dc19dffb027a8484ef09edec682e77070440792 100644
(file)
--- 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