fixed the pointer value caching problem
[fw/sdcc] / src / SDCCcse.h
index faf0b3ad5c37bed72ff2115caee1be2cd6923c21..e398dcc927f085a3c786125b64b393724023a235 100644 (file)
@@ -54,5 +54,5 @@ void ifxOptimize (iCode *,set *,int,eBBlock *,int *,eBBlock **,int);
 void unsetDefsAndUses ( iCode *) ;
 void updateSpillLocation ( iCode *ic);
 void setUsesDefs (operand *,bitVect *,bitVect *,bitVect **);
-void replaceAllSymBySym (iCode *,operand *,operand *);
+void replaceAllSymBySym (iCode *,operand *,operand *,bitVect **);
 #endif