mirror of
https://github.com/xomboverlord/ldc.git
synced 2026-06-08 17:54:10 +02:00
[svn r127] Updated the lphobos build scripts a little. Created a new rebuild profile.
Removed some potentially very long logging lines. Added support for inner classes.
This commit is contained in:
@@ -192,7 +192,7 @@ void IfStatement::toIR(IRState* p)
|
||||
|
||||
void ScopeStatement::toIR(IRState* p)
|
||||
{
|
||||
Logger::println("ScopeStatement::toIR(): %s", toChars());
|
||||
Logger::println("ScopeStatement::toIR()");
|
||||
LOG_SCOPE;
|
||||
|
||||
llvm::BasicBlock* oldend = p->scopeend();
|
||||
|
||||
Reference in New Issue
Block a user