* device/include/pic16/pic18f*.h: add bit aliases in INTCONbits_t
[fw/sdcc] / src / SDCCdflow.h
index 02fafaafc1d1457d46acd9a621a88368b537026b..6e484d451c2f9806b3920ef52b1f43d9599c632d 100644 (file)
@@ -31,7 +31,7 @@
 
 DEFSETFUNC (mergeInExprs);
 DEFSETFUNC (ifKilledInBlock);
-void computeDataFlow (eBBlock **, int);
+void computeDataFlow (ebbIndex *);
 DEFSETFUNC (mergeInDefs);
 DEFSETFUNC (isDefAlive);
 iCode *usedInRemaining (operand *, iCode *);