diff options
-rw-r--r-- | include/llvm/Assembly/Writer.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/include/llvm/Assembly/Writer.h b/include/llvm/Assembly/Writer.h index 6c7addd283..da247f6b51 100644 --- a/include/llvm/Assembly/Writer.h +++ b/include/llvm/Assembly/Writer.h @@ -88,8 +88,6 @@ inline ostream &operator<<(ostream &o, const Value *I) { return o; } -inline void DebugValue(const Value *V) { - cerr << V << endl; -} +void DebugValue(const Value *V); #endif |