From ec0c497877f8019e07e47d8bfd8f8d34c45c5d5c Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Thu, 12 Jul 2001 23:35:11 +0000 Subject: [PATCH] Made it not inline git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@174 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/llvm/Assembly/Writer.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/include/llvm/Assembly/Writer.h b/include/llvm/Assembly/Writer.h index 6c7addd283f..da247f6b51e 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 -- 2.34.1