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:
David Nadlinger
2013-06-12 11:40:30 +02:00
parent 28f39cbdad
commit f2f3c751b3
13 changed files with 52 additions and 52 deletions

View File

@@ -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;