summaryrefslogtreecommitdiffstats
path: root/llvm/lib
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/lib')
-rw-r--r--llvm/lib/VMCore/Value.cpp11
1 files changed, 0 insertions, 11 deletions
diff --git a/llvm/lib/VMCore/Value.cpp b/llvm/lib/VMCore/Value.cpp
index b137c62dd73..f42037da5e9 100644
--- a/llvm/lib/VMCore/Value.cpp
+++ b/llvm/lib/VMCore/Value.cpp
@@ -84,17 +84,6 @@ User *Value::use_remove(use_iterator &I) {
}
#ifndef NDEBUG // Only in -g mode...
-void DebugValue(const Value *V) {
- if (V)
- cerr << *V << endl;
- else
- cerr << "<NULL value>" << endl;
-}
-
-void DebugValue(const Value &V) {
- cerr << V << endl;
-}
-
void Value::dump() const {
DebugValue(*this);
}
OpenPOWER on IntegriCloud