minor cleanups. Add provisions for a new standard BLOCKINFO_BLOCK
[oota-llvm.git] / include / llvm / Assembly / Writer.h
index 8b96d0db15a874b9bb571807f74014d4842b8f00..45c9513c54f512f310be63f9f863f5877701cb8e 100644 (file)
@@ -38,15 +38,8 @@ std::ostream &WriteTypeSymbolic(std::ostream &, const Type *, const Module *M);
 // pointer is printed symbolically.
 //
 std::ostream &WriteAsOperand(std::ostream &, const Value *, bool PrintTy = true,
-                             bool PrintName = true, const Module *Context = 0);
+                             const Module *Context = 0);
 
-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