Use MachineBasicBlock::transferSuccessors.
[oota-llvm.git] / include / llvm / Assembly / Writer.h
index 7c56f92f34ea80f496998d3016ae7dbefa775e7e..1e062c478146e6a599fe75a43340011eceedcc44 100644 (file)
@@ -2,8 +2,8 @@
 //
 //                     The LLVM Compiler Infrastructure
 //
-// This file was developed by the LLVM research group and is distributed under
-// the University of Illinois Open Source License. See LICENSE.TXT for details.
+// This file is distributed under the University of Illinois Open Source
+// License. See LICENSE.TXT for details.
 //
 //===----------------------------------------------------------------------===//
 //
@@ -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