[svn r102] Further delayed emission of function bodies to avoid problems with circular-forward-references.

Now uses the DMD _adEq(void[], void[], TypeInfo) runtime function for array equality comparison.
This commit is contained in:
Tomas Lindquist Olsen
2007-11-14 23:39:10 +01:00
parent 46d8929fb6
commit 302015d7e8
13 changed files with 163 additions and 120 deletions

View File

@@ -26,8 +26,7 @@
void CompoundStatement::toIR(IRState* p)
{
static int csi = 0;
Logger::println("CompoundStatement::toIR(%d):\n<<<\n%s>>>", csi++, toChars());
Logger::println("CompoundStatement::toIR()");
LOG_SCOPE;
for (int i=0; i<statements->dim; i++)