Moved ir/irtype.* into ir/irdtype.*.

Renamed IrType to IrDType, analogous to IrDSymbol.
This commit is contained in:
Tomas Lindquist Olsen
2009-03-31 20:21:28 +02:00
parent aa8aad611c
commit c6e9f7f9e2
4 changed files with 16 additions and 16 deletions

View File

@@ -23,7 +23,7 @@
#if IN_LLVM
// llvm
#include "../ir/irtype.h"
#include "../ir/irdtype.h"
#include "../ir/irfuncty.h"
namespace llvm { class Type; }
struct Ir;
@@ -279,7 +279,7 @@ struct Type : Object
#if IN_LLVM
// LDC
IrType ir;
IrDType ir;
static Ir* sir;
#endif
};