mirror of
https://github.com/xomboverlord/ldc.git
synced 2026-02-28 01:23:14 +01:00
[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:
@@ -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++)
|
||||
|
||||
Reference in New Issue
Block a user