mirror of
https://github.com/xomboverlord/ldc.git
synced 2026-07-09 17:04:12 +02:00
[svn r41] new'd dynamic arrays are now initialized with the element type's default initializer.
initial label/goto support.
This commit is contained in:
@@ -3464,7 +3464,8 @@ LabelStatement::LabelStatement(Loc loc, Identifier *ident, Statement *statement)
|
||||
this->statement = statement;
|
||||
this->tf = NULL;
|
||||
this->lblock = NULL;
|
||||
this->isReturnLabel = 0;
|
||||
this->isReturnLabel = 0;
|
||||
this->llvmBB = NULL;
|
||||
}
|
||||
|
||||
Statement *LabelStatement::syntaxCopy()
|
||||
|
||||
Reference in New Issue
Block a user