mirror of
https://github.com/xomboverlord/ldc.git
synced 2026-01-12 10:53:14 +01:00
[svn r280] Fixed a bunch of issues with switch statements. Ended up a bit far reaching...
This commit is contained in:
@@ -39,7 +39,7 @@ IRLoopScope::IRLoopScope(Statement* s, TryFinallyStatement* enclosingtryfinally,
|
||||
{
|
||||
begin = b;
|
||||
end = e;
|
||||
builder.SetInsertPoint(b);
|
||||
//builder.SetInsertPoint(b);
|
||||
this->s = s;
|
||||
this->enclosingtryfinally = enclosingtryfinally;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user