diff dmd/mtype.h @ 173:db9890b3fb64 trunk

[svn r189] moving IR data back into DMD frontend nodes
author ChristianK
date Tue, 06 May 2008 07:56:03 +0200
parents 1856c62af24b
children f66219e0d530
line wrap: on
line diff
--- a/dmd/mtype.h	Tue May 06 07:26:27 2008 +0200
+++ b/dmd/mtype.h	Tue May 06 07:56:03 2008 +0200
@@ -21,6 +21,9 @@
 #include "arraytypes.h"
 #include "expression.h"
 
+// llvm
+#include "../ir/irtype.h"
+
 struct Scope;
 struct Identifier;
 struct Expression;
@@ -248,6 +251,9 @@
 
     // For eliminating dynamic_cast
     virtual TypeBasic *isTypeBasic();
+
+    // llvmdc
+    IrType ir;
 };
 
 struct TypeBasic : Type