diff gen/tollvm.cpp @ 99:a676a7743642 trunk

[svn r103] Array comparisons are now fully implemented, that is - to the extent that TypeInfo is.
author lindquist
date Thu, 15 Nov 2007 00:24:44 +0100
parents 6789050b5ad1
children 5071469303d4
line wrap: on
line diff
--- a/gen/tollvm.cpp	Wed Nov 14 23:39:10 2007 +0100
+++ b/gen/tollvm.cpp	Thu Nov 15 00:24:44 2007 +0100
@@ -1690,6 +1690,8 @@
     return false;
 }
 
+//////////////////////////////////////////////////////////////////////////////////////////
+
 void DtoLazyStaticInit(bool istempl, llvm::Value* gvar, Initializer* init, Type* t)
 {
     // create a flag to make sure initialization only happens once