mirror of
https://github.com/xomboverlord/ldc.git
synced 2026-08-05 22:10:04 +02:00
[svn r172] moving all IR state previously stored in Dsymbol into IrDsymbol and a Dsymbol->IrDsymbol map
This commit is contained in:
@@ -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; }
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user