Name some types.

This commit is contained in:
Frits van Bommel 2009-04-15 21:37:01 +02:00
parent 8c3cc1467f
commit 1ef9941daf
2 changed files with 10 additions and 4 deletions

View file

@ -431,8 +431,8 @@ void DtoCreateNestedContext(FuncDeclaration* fd) {
}
}
// Append current frame type to frame type list
const LLStructType* frameType = LLStructType::get(types);
gIR->module->addTypeName(std::string("nest.") + fd->toChars(), frameType);
Logger::cout() << "frameType = " << *frameType << '\n';