git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@2976
4a8a32a2-be11-0410-ad9d-
d568d2c75423
+2003-10-31 Klaus Flittner <klaus_flittner@gmx.de>
+
+ * src/SDCCcse.c (updateSpillLocation): fixed bug #808027
+
2003-10-31 Bernhard Held <bernhard@bernhardheld.de>
* src/SDCCmain.c (linkEdit): "fixed" bug #833605
if (ic->nosupdate)
return;
+#if 0
/* for the form true_symbol := iTempNN */
if (ASSIGN_ITEMP_TO_SYM (ic) &&
!SPIL_LOC (IC_RIGHT (ic))) {
}
}
+#endif
#if 0 /* this needs furthur investigation can save a lot of code */
if (ASSIGN_SYM_TO_ITEMP(ic) &&