lrh
[fw/sdcc] / src / SDCCBBlock.h
index c455ed7b9798d8915a0cc71a2a3a48c20b48e353..68c29061404c96f5c38b2ef3cfbf12eff522c43a 100644 (file)
@@ -38,7 +38,7 @@ typedef struct eBBlock
     unsigned int hasFcall:1;   /* has a function call */
     unsigned int noPath:1;     /* there is no path from _entry to this block */
     unsigned int isLastInLoop:1;       /* is the last block in a loop */
-    unsigned int hasConditionalExit; /* this block ends with a return or goto from a conditional block*/
+    struct eBBlock *isConditionalExitFrom; /* this block ends with a return or goto from a conditional block*/
     symbol *entryLabel;                /* entry label */
 
     iCode *sch;                        /* pointer to start of code chain */