X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=src%2FSDCCcse.h;h=f2770b7682ef25028a73f11cbde71f23ac5194fa;hb=cfacc9043f84988c742792b7907cb74f670589f1;hp=5eaf9cf284a6e13d926f41475630b77a6dfe72c8;hpb=15f79deb6cf094bc83de7ade9e272b1ebfd4f640;p=fw%2Fsdcc diff --git a/src/SDCCcse.h b/src/SDCCcse.h index 5eaf9cf2..f2770b76 100644 --- a/src/SDCCcse.h +++ b/src/SDCCcse.h @@ -57,4 +57,6 @@ void unsetDefsAndUses (iCode *); 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