diff --git a/include/llvm/Assembly/Writer.h b/include/llvm/Assembly/Writer.h index 49ff50f2593..c9f73eed910 100644 --- a/include/llvm/Assembly/Writer.h +++ b/include/llvm/Assembly/Writer.h @@ -33,7 +33,7 @@ class TypePrinting { TypePrinting(const TypePrinting &); // DO NOT IMPLEMENT void operator=(const TypePrinting&); // DO NOT IMPLEMENT public: - TypePrinting(const Module *M); + TypePrinting(const Module *M = 0); ~TypePrinting(); void clear();