let's try again ;-)
[fw/sdcc] / src / SDCClrange.h
index 41f0148b6ad52a51dd06df52515732c9c89c9062..f1785407ba3a3932a6a7d179e155a8ecdcf61051 100644 (file)
 
 extern hTab *liveRanges;
 extern hTab *iCodehTab;
+extern hTab *iCodeSeqhTab;
 
+int  notUsedInBlock (symbol *, eBBlock *, iCode *);
+bool allDefsOutOfRange (bitVect *, int, int);
 void computeLiveRanges (eBBlock **, int);
 
+void setFromRange (operand *, int);
+void setToRange (operand *, int, bool);
+
 #endif