diff gen/irstate.h @ 302:bef811104734 trunk

[svn r323] Branching out of inline asm works. Renamed emit_finallyblocks to DtoFinallyBlocks and moved to llvmhelpers. Added enclosingtryfinally to AsmBlockStatement, so branches out of asm blocks respect finallys. Refactored some GotoStatement code into DtoGoto.
author ChristianK
date Wed, 25 Jun 2008 20:39:09 +0200
parents df8a7b8d5929
children 2b72433d5c8c
line wrap: on
line diff
--- a/gen/irstate.h	Tue Jun 24 22:48:33 2008 +0200
+++ b/gen/irstate.h	Wed Jun 25 20:39:09 2008 +0200
@@ -73,8 +73,8 @@
     std::vector<LLValue*> out;
     std::vector<LLValue*> in;
 
-    // if this is nonzero, it contains the target ident
-    Identifier* isBranchToLabel;
+    // if this is nonzero, it contains the target label
+    LabelDsymbol* isBranchToLabel;
 };
 
 struct IRAsmBlock