X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=src%2FSDCCdflow.h;h=6e484d451c2f9806b3920ef52b1f43d9599c632d;hb=a8df0838af9bf5d521eac7f34da9c296fb64340e;hp=225d65e3f89defad919e050fd2b739be39eb1e28;hpb=b09af35f2f1cde7649d3ac4a6f5d2af6d97895a0;p=fw%2Fsdcc diff --git a/src/SDCCdflow.h b/src/SDCCdflow.h index 225d65e3..6e484d45 100644 --- a/src/SDCCdflow.h +++ b/src/SDCCdflow.h @@ -29,11 +29,11 @@ #ifndef SDCCDFLOW_H #define SDCCDFLOW_H 1 -DEFSETFUNC(mergeInExprs); -DEFSETFUNC(ifKilledInBlock) ; -void computeDataFlow (eBBlock **, int ); -DEFSETFUNC(mergeInDefs); -DEFSETFUNC(isDefAlive); -iCode *usedInRemaining (operand *,iCode *); -int usedBetweenPoints ( operand *,iCode *,iCode *); +DEFSETFUNC (mergeInExprs); +DEFSETFUNC (ifKilledInBlock); +void computeDataFlow (ebbIndex *); +DEFSETFUNC (mergeInDefs); +DEFSETFUNC (isDefAlive); +iCode *usedInRemaining (operand *, iCode *); +int usedBetweenPoints (operand *, iCode *, iCode *); #endif