X-Git-Url: https://git.gag.com/?a=blobdiff_plain;ds=sidebyside;f=src%2FSDCCdflow.h;h=6e484d451c2f9806b3920ef52b1f43d9599c632d;hb=55cda8264b973a7fa1c5fb5d88069901405e2292;hp=02fafaafc1d1457d46acd9a621a88368b537026b;hpb=29779804200986ce903b5086441b49265a122dc5;p=fw%2Fsdcc diff --git a/src/SDCCdflow.h b/src/SDCCdflow.h index 02fafaaf..6e484d45 100644 --- a/src/SDCCdflow.h +++ b/src/SDCCdflow.h @@ -31,7 +31,7 @@ DEFSETFUNC (mergeInExprs); DEFSETFUNC (ifKilledInBlock); -void computeDataFlow (eBBlock **, int); +void computeDataFlow (ebbIndex *); DEFSETFUNC (mergeInDefs); DEFSETFUNC (isDefAlive); iCode *usedInRemaining (operand *, iCode *);