[svn r374] Move label target basic block from AST to IRFunction. This is a first step to allowing labels to be emitted multiple times. (for instance within finally blocks)

This commit is contained in:
Christian Kamm
2008-07-14 11:07:15 +02:00
parent 80ba763fda
commit 7e7ac3a6f7
5 changed files with 20 additions and 11 deletions

View File

@@ -3883,7 +3883,6 @@ LabelStatement::LabelStatement(Loc loc, Identifier *ident, Statement *statement)
this->enclosinghandler = NULL;
this->lblock = NULL;
this->isReturnLabel = 0;
this->llvmBB = NULL;
this->asmLabel = false;
}