* support/Util/SDCCerr.h,
[fw/sdcc] / src / SDCCcse.h
index 374bb5cf85108323535fa9eaf5aaea4f35cf4c20..8868437882a772b9e32a2c8dc507952997ef996f 100644 (file)
@@ -34,7 +34,8 @@ typedef struct cseDef
     unsigned int key;
     operand *sym;              /* defining symbol */
     iCode *diCode;             /* defining instruction */
-
+    bitVect *ancestors;                /* keys of the symbol's ancestors */
+    int fromGlobal:1;          /* defining symbol's value computed from a global */
   }
 cseDef;