For PR387:
[oota-llvm.git] / include / llvm / Assembly / Writer.h
index c8c09e809eb343ba104325fbc9f83411be3b8469..8b96d0db15a874b9bb571807f74014d4842b8f00 100644 (file)
@@ -43,6 +43,10 @@ std::ostream &WriteAsOperand(std::ostream &, const Value *, bool PrintTy = true,
 std::ostream &WriteAsOperand(std::ostream&, const Type*, bool PrintTy = true,
                              bool PrintName = true, const Module* Context = 0);
 
+#ifndef NDEBUG
+void dumpType(const Type* Ty);
+void dumpValue(const Value* Val);
+#endif
 } // End llvm namespace
 
 #endif