framework for the liverangehunt
[fw/sdcc] / src / SDCCcse.h
index 023afd1adc105b425efb8e2c14060298cbdf4c79..f2770b7682ef25028a73f11cbde71f23ac5194fa 100644 (file)
@@ -58,4 +58,5 @@ void updateSpillLocation (iCode * ic,int);
 void setUsesDefs (operand *, bitVect *, bitVect *, bitVect **);
 void replaceAllSymBySym (iCode *, operand *, operand *, bitVect **);
 iCode *findBackwardDef(operand *,iCode *);
+void ReplaceOpWithCheaperOp(operand **op, operand *cop);
 #endif