X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=src%2FSDCCcse.h;h=8868437882a772b9e32a2c8dc507952997ef996f;hb=589a7d9c77e21f8425d4c96bdc8446c84df27dca;hp=374bb5cf85108323535fa9eaf5aaea4f35cf4c20;hpb=0900d4c3a2f72f0f6acff40372d845eb04387378;p=fw%2Fsdcc diff --git a/src/SDCCcse.h b/src/SDCCcse.h index 374bb5cf..88684378 100644 --- a/src/SDCCcse.h +++ b/src/SDCCcse.h @@ -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;