comparison 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
comparison
equal deleted inserted replaced
155:7f92f477ff53 156:ccd07d9f2ce9
158 158
159 objfile = new File(objfilename); 159 objfile = new File(objfilename);
160 bcfile = new File(bcfilename); 160 bcfile = new File(bcfilename);
161 llfile = new File(llfilename); 161 llfile = new File(llfilename);
162 symfile = new File(symfilename); 162 symfile = new File(symfilename);
163
164 // LLVMDC
165 irModule = NULL;
166 } 163 }
167 164
168 void Module::setDocfile() 165 void Module::setDocfile()
169 { 166 {
170 FileName *docfilename; 167 FileName *docfilename;