mirror of
https://github.com/xomboverlord/ldc.git
synced 2026-07-30 11:00:05 +02: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:
@@ -18,7 +18,7 @@
|
||||
|
||||
struct IrModule;
|
||||
struct IrFunction;
|
||||
struct IrStruct;
|
||||
struct IrAggr;
|
||||
struct IrGlobal;
|
||||
struct IrLocal;
|
||||
struct IrParameter;
|
||||
@@ -52,7 +52,7 @@ struct IrDsymbol
|
||||
|
||||
IrModule* irModule;
|
||||
|
||||
IrStruct* irStruct;
|
||||
IrAggr* irStruct;
|
||||
|
||||
IrFunction* irFunc;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user