diff ir/irstruct.h @ 1155:ba9d6292572a

Fixed forward reference problem in struct methods on x86-64.
author Tomas Lindquist Olsen <tomas.l.olsen gmail.com>
date Sat, 28 Mar 2009 09:00:32 +0100
parents 5ebe8224988b
children 79758fd2f48a
line wrap: on
line diff
--- a/ir/irstruct.h	Sat Mar 28 08:25:58 2009 +0100
+++ b/ir/irstruct.h	Sat Mar 28 09:00:32 2009 +0100
@@ -152,6 +152,7 @@
     llvm::DICompositeType diCompositeType;
 
     std::vector<VarDeclaration*> staticVars;
+    std::vector<FuncDeclaration*> structFuncs;
 };
 
 //////////////////////////////////////////////////////////////////////////////