comparison gen/abi-x86-64.cpp @ 1063:40d7f9b7357f

Fixed some #includes to be correct for both D1 and D2
author Frits van Bommel <fvbommel wxs.nl>
date Sun, 08 Mar 2009 12:13:22 +0100
parents a3d7288c4473
children f2f13f111e2e
comparison
equal deleted inserted replaced
1062:b9f9bde1707e 1063:40d7f9b7357f
30 * toString() call because the string got bumped to memory with one integer 30 * toString() call because the string got bumped to memory with one integer
31 * register still free. Keeping it untransformed puts the length in a register 31 * register still free. Keeping it untransformed puts the length in a register
32 * and the pointer in memory, as printf expects it. 32 * and the pointer in memory, as printf expects it.
33 */ 33 */
34 34
35 #include "dmd/mtype.h" 35 #include "mtype.h"
36 #include "dmd/declaration.h" 36 #include "declaration.h"
37 #include "dmd/aggregate.h" 37 #include "aggregate.h"
38 38
39 #include "gen/llvm.h" 39 #include "gen/llvm.h"
40 #include "gen/tollvm.h" 40 #include "gen/tollvm.h"
41 #include "gen/logger.h" 41 #include "gen/logger.h"
42 #include "gen/dvalue.h" 42 #include "gen/dvalue.h"