Made it not inline
[oota-llvm.git] / include / llvm / Assembly / Writer.h
index 68a5ed28122b1ded18cece14eaf4af9c2c83e23c..da247f6b51e2591f83638ab155b69be941aef6e6 100644 (file)
@@ -88,4 +88,6 @@ inline ostream &operator<<(ostream &o, const Value *I) {
   return o;
 }
 
+void DebugValue(const Value *V);
+
 #endif