comparison gen/toir.cpp @ 1103:b30fe7e1dbb9

- Updated to DMD frontend 1.041. - Removed dmd/inifile.c , it's not under a free license, replaced with libconfig based config file.
author Tomas Lindquist Olsen <tomas.l.olsen gmail.com>
date Thu, 12 Mar 2009 20:37:27 +0100
parents 01544da4cdd8
children 9d308feaec27
comparison
equal deleted inserted replaced
1102:ae950bd712d3 1103:b30fe7e1dbb9
11 #include <fstream> 11 #include <fstream>
12 12
13 #include "gen/llvm.h" 13 #include "gen/llvm.h"
14 14
15 #include "attrib.h" 15 #include "attrib.h"
16 #include "total.h"
17 #include "init.h" 16 #include "init.h"
18 #include "mtype.h" 17 #include "mtype.h"
19 #include "template.h" 18 #include "template.h"
20 #include "hdrgen.h" 19 #include "hdrgen.h"
21 #include "port.h" 20 #include "port.h"
22 #include "mem.h" 21 #include "rmem.h"
22 #include "id.h"
23 #include "enum.h"
23 24
24 #include "gen/irstate.h" 25 #include "gen/irstate.h"
25 #include "gen/logger.h" 26 #include "gen/logger.h"
26 #include "gen/tollvm.h" 27 #include "gen/tollvm.h"
27 #include "gen/llvmhelpers.h" 28 #include "gen/llvmhelpers.h"