comparison ir/irtypeclass.cpp @ 1278:8fb39f7f1a7c

Fixed file name in imported mixins containing assertions.
author Tomas Lindquist Olsen <tomas.l.olsen gmail com>
date Wed, 29 Apr 2009 18:39:59 +0200
parents dd135ff697fa
children 0c03ba6f7c24
comparison
equal deleted inserted replaced
1277:6bd5ce91b136 1278:8fb39f7f1a7c
224 224
225 ////////////////////////////////////////////////////////////////////////////// 225 //////////////////////////////////////////////////////////////////////////////
226 226
227 const llvm::Type* IrTypeClass::buildType() 227 const llvm::Type* IrTypeClass::buildType()
228 { 228 {
229 IF_LOG Logger::println("Building class type %s @ %s", cd->toPrettyChars(), cd->locToChars()); 229 IF_LOG Logger::println("Building class type %s @ %s", cd->toPrettyChars(), cd->loc.toChars());
230 LOG_SCOPE; 230 LOG_SCOPE;
231 IF_LOG Logger::println("Instance size: %u", cd->structsize); 231 IF_LOG Logger::println("Instance size: %u", cd->structsize);
232 232
233 // find the fields that contribute to the default initializer. 233 // find the fields that contribute to the default initializer.
234 // these will define the default type. 234 // these will define the default type.