Added eBBlockNum to iCode .. now we know which basic block this iCode belongs to
[fw/sdcc] / src / SDCCicode.h
index 7641d538499ef9f4d0afe0452f77cbbf910aa235..aca2f5ce7afa49457e44642813e1ae0ec42d8c84 100644 (file)
@@ -182,6 +182,7 @@ typedef struct iCode
     
     int parmBytes;             /* if call/pcall, count of parameter bytes 
                                   on stack */
+    int eBBlockNum;             /* belongs to which eBBlock */
   }
 iCode;