mirror of
https://github.com/xomboverlord/ldc.git
synced 2026-02-10 17:03:13 +01:00
Name some types.
This commit is contained in:
@@ -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';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user