Initialize TemplateInstance::emittedInModule with NULL

This commit is contained in:
Alexey Prokhin
2011-01-02 17:38:39 +03:00
parent 3a10377c26
commit 67880f01e9

View File

@@ -3660,6 +3660,7 @@ TemplateInstance::TemplateInstance(Loc loc, TemplateDeclaration *td, Objects *ti
#if IN_LLVM
// LDC
this->tinst = NULL;
this->emittedInModule = NULL;
this->tmodule = NULL;
#endif