mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-31 12:41:49 +01:00
the module is not required to exist, allow it to default, giving this
class a nice default ctor. llvm-svn: 65731
This commit is contained in:
parent
28f2b3c2a4
commit
34181d9bcc
@ -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();
|
||||
|
Loading…
x
Reference in New Issue
Block a user