mirror of
https://github.com/xomboverlord/ldc.git
synced 2026-01-15 12:23:13 +01:00
Renamed IrStruct to IrAggr, as it is also used for classes.
The class-specific parts should probably be factored out.
This commit is contained in:
@@ -607,7 +607,7 @@ void TypeInfoStructDeclaration::llvmDefine()
|
||||
}
|
||||
|
||||
sd->codegen(Type::sir);
|
||||
IrStruct* irstruct = sd->ir.irStruct;
|
||||
IrAggr* irstruct = sd->ir.irStruct;
|
||||
|
||||
RTTIBuilder b(Type::typeinfostruct);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user