diff dmd/module.c @ 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 297690b5d4a5
line wrap: on
line diff
--- a/dmd/module.c	Tue Apr 29 21:33:50 2008 +0200
+++ b/dmd/module.c	Thu May 01 13:05:53 2008 +0200
@@ -160,9 +160,6 @@
     bcfile = new File(bcfilename);
     llfile = new File(llfilename);
     symfile = new File(symfilename);
-
-    // LLVMDC
-    irModule = NULL;
 }
 
 void Module::setDocfile()