Final fix for PR341: eliminate operator<<(ostream, Value*). Clients should
[oota-llvm.git] / include / llvm / Type.h
index 6cf3c8d04b583026fcca551ad314560af3ca14a4..273cd439c8c83b436059fbfa2fd455943fa3e01c 100644 (file)
@@ -389,7 +389,6 @@ template <> inline bool isa_impl<PointerType, Type>(const Type &Ty) {
   return Ty.getTypeID() == Type::PointerTyID;
 }
 
-std::ostream &operator<<(std::ostream &OS, const Type *T);
 std::ostream &operator<<(std::ostream &OS, const Type &T);
 
 } // End llvm namespace