Made it not inline
authorChris Lattner <sabre@nondot.org>
Thu, 12 Jul 2001 23:35:11 +0000 (23:35 +0000)
committerChris Lattner <sabre@nondot.org>
Thu, 12 Jul 2001 23:35:11 +0000 (23:35 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@174 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/Assembly/Writer.h

index 6c7addd283f8460ea2fe0ffe8fbb36f6ce114c08..da247f6b51e2591f83638ab155b69be941aef6e6 100644 (file)
@@ -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