diff dmd/aggregate.h @ 156:ccd07d9f2ce9 trunk

[svn r172] moving all IR state previously stored in Dsymbol into IrDsymbol and a Dsymbol->IrDsymbol map
author ChristianK
date Thu, 01 May 2008 13:05:53 +0200
parents ce7b81fb957f
children 5acec6b2eef8
line wrap: on
line diff
--- a/dmd/aggregate.h	Tue Apr 29 21:33:50 2008 +0200
+++ b/dmd/aggregate.h	Thu May 01 13:05:53 2008 +0200
@@ -45,7 +45,6 @@
     class ConstantStruct;
     class GlobalVariable;
 }
-struct IrStruct;
 struct DUnion;
 
 struct AggregateDeclaration : ScopeDsymbol
@@ -102,9 +101,6 @@
     Symbol *toInitializer();
 
     AggregateDeclaration *isAggregateDeclaration() { return this; }
-
-    // llvmdc
-    IrStruct* irStruct;
 };
 
 struct AnonymousAggregateDeclaration : AggregateDeclaration