diff gen/irstate.h @ 161:3a891cfcd249 trunk

[svn r177] moved variable for interface info type from being local static to being within IRState
author ChristianK
date Sun, 04 May 2008 21:25:48 +0200
parents 5c17f81fc1c1
children db9890b3fb64
line wrap: on
line diff
--- a/gen/irstate.h	Sun May 04 04:35:27 2008 +0200
+++ b/gen/irstate.h	Sun May 04 21:25:48 2008 +0200
@@ -77,6 +77,9 @@
     Module* dmodule;
     llvm::Module* module;
 
+    // interface info type, used in DtoInterfaceInfoType
+    llvm::StructType* interfaceInfoType;
+
     // ir data associated with DMD Dsymbol nodes 
     std::map<Dsymbol*, IrDsymbol> irDsymbol;