Fixed regression
[fw/sdcc] / 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)))