Fixed some minitest regressions.

This commit is contained in:
Tomas Lindquist Olsen
2009-04-16 19:21:30 +02:00
parent 5db458d8da
commit 9a86f9c0b5
9 changed files with 272 additions and 53 deletions

View File

@@ -138,8 +138,8 @@ const llvm::Type* IrTypeStruct::buildType()
// name types
Type::sir->getState()->module->addTypeName(sd->toPrettyChars(), pa.get());
#if 0
IF_LOG Logger::cout() << "struct type: " << *pa.get() << std::endl;
#if 1
IF_LOG Logger::cout() << "final struct type: " << *pa.get() << std::endl;
#endif
return pa.get();