X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=src%2FSDCCdflow.h;h=02fafaafc1d1457d46acd9a621a88368b537026b;hb=46adfcf4c3d151aa4c5d5c4e8df46e6851f927e4;hp=225d65e3f89defad919e050fd2b739be39eb1e28;hpb=b09af35f2f1cde7649d3ac4a6f5d2af6d97895a0;p=fw%2Fsdcc diff --git a/src/SDCCdflow.h b/src/SDCCdflow.h index 225d65e3..02fafaaf 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 (eBBlock **, int); +DEFSETFUNC (mergeInDefs); +DEFSETFUNC (isDefAlive); +iCode *usedInRemaining (operand *, iCode *); +int usedBetweenPoints (operand *, iCode *, iCode *); #endif