diff gen/typinf.cpp @ 110:e8da7856a260 trunk

[svn r114] Implemented the ClassInfo.offTi member.
author lindquist
date Thu, 22 Nov 2007 21:01:01 +0100
parents 5ab8e92611f9
children 27b9f749d9fe
line wrap: on
line diff
--- a/gen/typinf.cpp	Wed Nov 21 04:13:15 2007 +0100
+++ b/gen/typinf.cpp	Thu Nov 22 21:01:01 2007 +0100
@@ -819,7 +819,7 @@
     // char[] name
     char *name = sd->toPrettyChars();
     sinits.push_back(DtoConstString(name));
-    Logger::println("************** A");
+    //Logger::println("************** A");
     assert(sinits.back()->getType() == stype->getElementType(1));
 
     // void[] init
@@ -881,7 +881,7 @@
     }
 #endif
 
-    Logger::println("************** B");
+    //Logger::println("************** B");
     const llvm::PointerType* ptty = isaPointer(stype->getElementType(3));
 
     s = search_function(sd, Id::tohash);
@@ -909,7 +909,7 @@
     fdx = s ? s->isFuncDeclaration() : NULL;
     for (int i = 0; i < 2; i++)
     {
-        Logger::println("************** C %d", i);
+        //Logger::println("************** C %d", i);
         ptty = isaPointer(stype->getElementType(4+i));
         if (fdx)
         {
@@ -934,7 +934,7 @@
         fdx = s ? s->isFuncDeclaration() : NULL;
     }
 
-    Logger::println("************** D");
+    //Logger::println("************** D");
     ptty = isaPointer(stype->getElementType(6));
     s = search_function(sd, Id::tostring);
     fdx = s ? s->isFuncDeclaration() : NULL;