diff dmd/mtype.c @ 1192:3251ce06c820

Started seperating type resolution from the rest of codegen again, the merge had too many regressions.
author Tomas Lindquist Olsen <tomas.l.olsen gmail.com>
date Fri, 03 Apr 2009 16:34:11 +0200
parents 442ab244c455
children e961851fb8be
line wrap: on
line diff
--- a/dmd/mtype.c	Fri Apr 03 14:54:17 2009 +0200
+++ b/dmd/mtype.c	Fri Apr 03 16:34:11 2009 +0200
@@ -137,6 +137,10 @@
 #if IN_DMD
     this->ctype = NULL;
 #endif
+
+#if IN_LLVM
+    this->irtype = NULL;
+#endif
 }
 
 Type *Type::syntaxCopy()