diff dmd/statement.c @ 353:a7a26f538d6e trunk

[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)
author ChristianK
date Mon, 14 Jul 2008 11:07:15 +0200
parents aaade6ded589
children d8234836b40f
line wrap: on
line diff
--- a/dmd/statement.c	Mon Jul 14 10:01:09 2008 +0200
+++ b/dmd/statement.c	Mon Jul 14 11:07:15 2008 +0200
@@ -3883,7 +3883,6 @@
     this->enclosinghandler = NULL;
     this->lblock = NULL;
     this->isReturnLabel = 0;
-    this->llvmBB = NULL;
     this->asmLabel = false;
 }