diff options
| -rw-r--r-- | llvm/lib/VMCore/Value.cpp | 2 |
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 |

