mirror of
https://github.com/ldc-developers/ldc.git
synced 2025-04-30 15:10:59 +03:00
Name some types.
This commit is contained in:
parent
8c3cc1467f
commit
1ef9941daf
2 changed files with 10 additions and 4 deletions
|
@ -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';
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue