mirror of
https://github.com/xomboverlord/ldc.git
synced 2026-02-28 09:33:27 +01:00
[svn r280] Fixed a bunch of issues with switch statements. Ended up a bit far reaching...
This commit is contained in:
@@ -2124,6 +2124,7 @@ CaseStatement::CaseStatement(Loc loc, Expression *exp, Statement *s)
|
||||
this->statement = s;
|
||||
cblock = NULL;
|
||||
bodyBB = NULL;
|
||||
llvmIdx = NULL;
|
||||
}
|
||||
|
||||
Statement *CaseStatement::syntaxCopy()
|
||||
|
||||
Reference in New Issue
Block a user