[svn r103] Array comparisons are now fully implemented, that is - to the extent that TypeInfo is.

This commit is contained in:
Tomas Lindquist Olsen
2007-11-15 00:24:44 +01:00
parent 302015d7e8
commit 7d6bbcd87d
6 changed files with 103 additions and 9 deletions

View File

@@ -1690,6 +1690,8 @@ bool DtoIsTemplateInstance(Dsymbol* s)
return false;
}
//////////////////////////////////////////////////////////////////////////////////////////
void DtoLazyStaticInit(bool istempl, llvm::Value* gvar, Initializer* init, Type* t)
{
// create a flag to make sure initialization only happens once