Fixed regression
authorsandeep <sandeep@4a8a32a2-be11-0410-ad9d-d568d2c75423>
Sun, 26 Aug 2001 04:57:16 +0000 (04:57 +0000)
committersandeep <sandeep@4a8a32a2-be11-0410-ad9d-d568d2c75423>
Sun, 26 Aug 2001 04:57:16 +0000 (04:57 +0000)
git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@1172 4a8a32a2-be11-0410-ad9d-d568d2c75423

src/SDCCcse.c

index ac5e66afd412e4766cd96cf66ddaf128b35c9f00..fb96762c03899966b3a6846f7861ce34f1456e97 100644 (file)
@@ -1401,7 +1401,7 @@ cseBBlock (eBBlock * ebb, int computeOnly,
        {
 
          /* update the spill location for this */
-         updateSpillLocation (ic,1);
+         updateSpillLocation (ic,0);
 
          if (POINTER_SET (ic) &&
              !(IS_BITFIELD (OP_SYMBOL (IC_RESULT (ic))->etype)))