diff dmd/mtype.h @ 1184:a6dbd571d417

Moved ir/irtype.* into ir/irdtype.*. Renamed IrType to IrDType, analogous to IrDSymbol.
author Tomas Lindquist Olsen <tomas.l.olsen gmail.com>
date Tue, 31 Mar 2009 20:21:28 +0200
parents dbe4af57b240
children 3251ce06c820
line wrap: on
line diff
--- a/dmd/mtype.h	Tue Mar 31 03:06:19 2009 +0200
+++ b/dmd/mtype.h	Tue Mar 31 20:21:28 2009 +0200
@@ -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 @@
 
 #if IN_LLVM
     // LDC
-    IrType ir;
+    IrDType ir;
     static Ir* sir;
 #endif
 };