diff dmd/mtype.h @ 1192:3251ce06c820

Started seperating type resolution from the rest of codegen again, the merge had too many regressions.
author Tomas Lindquist Olsen <tomas.l.olsen gmail.com>
date Fri, 03 Apr 2009 16:34:11 +0200
parents a6dbd571d417
children 79758fd2f48a
line wrap: on
line diff
--- a/dmd/mtype.h	Fri Apr 03 14:54:17 2009 +0200
+++ b/dmd/mtype.h	Fri Apr 03 16:34:11 2009 +0200
@@ -27,6 +27,8 @@
 #include "../ir/irfuncty.h"
 namespace llvm { class Type; }
 struct Ir;
+
+class IrType;
 #endif
 
 struct Scope;
@@ -281,6 +283,8 @@
     // LDC
     IrDType ir;
     static Ir* sir;
+
+    IrType* irtype;
 #endif
 };