Debug log prettification: Indent toElemDtor() children.

This commit is contained in:
David Nadlinger
2012-09-27 22:01:53 +02:00
parent 9e8ec9613c
commit 4a1cbc2d33

View File

@@ -65,6 +65,8 @@ DValue *Expression::toElemDtor(IRState *irs)
{
#if DMDV2
Logger::println("Expression::toElemDtor(): %s", toChars());
LOG_SCOPE
size_t starti = irs->varsInScope().size();
DValue *val = toElem(irs);
size_t endi = irs->varsInScope().size();