diff options
| author | Chris Lattner <sabre@nondot.org> | 2001-09-19 14:08:53 +0000 |
|---|---|---|
| committer | Chris Lattner <sabre@nondot.org> | 2001-09-19 14:08:53 +0000 |
| commit | 8c3f09e42f961236de095c27218c3f742408b194 (patch) | |
| tree | 2f733e7619bd52900cb8328fcab28ca85a958f32 /llvm/lib | |
| parent | ab02e437ae072f4461a7fe958f5936f1f75a03ce (diff) | |
| download | bcm5719-llvm-8c3f09e42f961236de095c27218c3f742408b194.tar.gz bcm5719-llvm-8c3f09e42f961236de095c27218c3f742408b194.zip | |
Remove global debug output fns that have been superceded by a member func
llvm-svn: 642
Diffstat (limited to 'llvm/lib')
| -rw-r--r-- | llvm/lib/VMCore/Value.cpp | 11 |
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); } |

