diff --git a/include/llvm/Assembly/Writer.h b/include/llvm/Assembly/Writer.h index 343539acef2..49ff50f2593 100644 --- a/include/llvm/Assembly/Writer.h +++ b/include/llvm/Assembly/Writer.h @@ -30,6 +30,8 @@ template class SmallVectorImpl; /// TypePrinting - Type printing machinery. class TypePrinting { void *TypeNames; + TypePrinting(const TypePrinting &); // DO NOT IMPLEMENT + void operator=(const TypePrinting&); // DO NOT IMPLEMENT public: TypePrinting(const Module *M); ~TypePrinting();