Fixed forward reference problem in struct methods on x86-64.

This commit is contained in:
Tomas Lindquist Olsen
2009-03-28 09:00:32 +01:00
parent e61562033d
commit 740cdaa588
3 changed files with 27 additions and 0 deletions
+1
View File
@@ -152,6 +152,7 @@ struct IrStruct : IrBase
llvm::DICompositeType diCompositeType;
std::vector<VarDeclaration*> staticVars;
std::vector<FuncDeclaration*> structFuncs;
};
//////////////////////////////////////////////////////////////////////////////