[svn r172] moving all IR state previously stored in Dsymbol into IrDsymbol and a Dsymbol->IrDsymbol map

This commit is contained in:
Christian Kamm
2008-05-01 13:05:53 +02:00
parent 48f1a9c507
commit 24726394f6
22 changed files with 465 additions and 487 deletions

View File

@@ -29,7 +29,6 @@ struct VarDeclaration;
#if IN_LLVM
struct DValue;
typedef DValue elem;
struct IrModule;
#else
#ifdef IN_GCC
union tree_node; typedef union tree_node elem;
@@ -169,8 +168,6 @@ struct Module : Package
void genmoduleinfo();
// LLVMDC
IrModule* irModule;
Module *isModule() { return this; }
};