diff dmd/module.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 0ab29b838084
children aaade6ded589
line wrap: on
line diff
--- a/dmd/module.h	Tue Apr 29 21:33:50 2008 +0200
+++ b/dmd/module.h	Thu May 01 13:05:53 2008 +0200
@@ -29,7 +29,6 @@
 #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 @@
     void genmoduleinfo();
 
     // LLVMDC
-    IrModule* irModule;
-
     Module *isModule() { return this; }
 };