mirror of
https://github.com/xomboverlord/ldc.git
synced 2026-08-21 13:50:05 +02:00
Moved ir/irtype.* into ir/irdtype.*.
Renamed IrType to IrDType, analogous to IrDSymbol.
This commit is contained in:
@@ -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
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user