minor cleanups. Add provisions for a new standard BLOCKINFO_BLOCK
[oota-llvm.git] / include / llvm / Assembly / Writer.h
index c8c09e809eb343ba104325fbc9f83411be3b8469..45c9513c54f512f310be63f9f863f5877701cb8e 100644 (file)
@@ -38,10 +38,7 @@ 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);
-
-std::ostream &WriteAsOperand(std::ostream&, const Type*, bool PrintTy = true,
-                             bool PrintName = true, const Module* Context = 0);
+                             const Module *Context = 0);
 
 } // End llvm namespace