See Changelog 1.204
[fw/sdcc] / src / SDCCloop.c
index 98fe8e9a51b2e41315d90c53aed2202dd48c6ace..26262ae93c9dc78f6f883f1d10128c71e20cc7ae 100644 (file)
@@ -342,6 +342,13 @@ DEFSETFUNC (createLoop)
     LRH(printf("****** %d %d %d %x %s\n", ebbs[i]->dfnum, dfMin, dfMax, ebbs[i]->partOfLoop, ebbs[i]->entryLabel->name));
   }
 
+  /* and if this is a conditional block, the other side of the IFX 
+     (if any, that could have a greater dfnum) is too */
+  {
+    // just a burp, but I'm getting close :)
+  }
+  
+
   /* now add it to the set */
   addSetHead (allRegion, aloop);
   return 0;