comparison 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
comparison
equal deleted inserted replaced
1191:d68796be59fd 1192:3251ce06c820
134 this->rto = NULL; 134 this->rto = NULL;
135 this->arrayof = NULL; 135 this->arrayof = NULL;
136 this->vtinfo = NULL; 136 this->vtinfo = NULL;
137 #if IN_DMD 137 #if IN_DMD
138 this->ctype = NULL; 138 this->ctype = NULL;
139 #endif
140
141 #if IN_LLVM
142 this->irtype = NULL;
139 #endif 143 #endif
140 } 144 }
141 145
142 Type *Type::syntaxCopy() 146 Type *Type::syntaxCopy()
143 { 147 {