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:
45f5988
)
Okay, make the member function work.
author
Chris Lattner
<sabre@nondot.org>
Wed, 19 Sep 2001 14:09:25 +0000
(14:09 +0000)
committer
Chris Lattner
<sabre@nondot.org>
Wed, 19 Sep 2001 14:09:25 +0000
(14:09 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@643
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 f42037da5e93f84b8c41d4ec53d54e9d57dc4db5..bef0d4466ff96be26a97583b697f59a17e864929 100644
(file)
--- a/
lib/VMCore/Value.cpp
+++ b/
lib/VMCore/Value.cpp
@@
-85,7
+85,7
@@
User *Value::use_remove(use_iterator &I) {
#ifndef NDEBUG // Only in -g mode...
void Value::dump() const {
-
DebugValue(*this)
;
+
cerr << this
;
}
#endif