New Memory Allocation functions
[fw/sdcc] / src / SDCCBBlock.h
index b12a5e397c194026c0fa3de83d3e2fe7766c7092..f4bf9a65a4a6c941972b776107f6bd872b65bfa5 100644 (file)
@@ -91,4 +91,15 @@ iCode      *iCodeFromeBBlock ( eBBlock **,int);
 int         otherPathsPresent (eBBlock **,eBBlock *);
 void        replaceLabel(eBBlock *,symbol *,symbol *);
 void        dumpEbbsToFileExt (char *,eBBlock **,int);
+
+#if defined(_MSC_VER)
+
+/*-----------------------------------------------------------------*/
+/* dumpLiveRanges - dump liverange information into a file         */
+/*-----------------------------------------------------------------*/
+
+void dumpLiveRanges (char *ext,hTab *liveRanges) ;
+
+#endif   // _MSC_VER
+
 #endif