* src/z80/gen.c: Fixed up generator to pass the regresion tests, specifically fixing...
[fw/sdcc] / src / SDCCloop.c
index a50bac498eaa411e1cb97cf5e0cd419fc00efba0..fc928630bd241126a69b05e6f05ffcf700181dc4 100644 (file)
@@ -46,7 +46,7 @@ newInduction (operand * sym, unsigned int op,
   ip->op = op;
   ip->cval = constVal;
   ip->ic = ic;
-
+  updateSpillLocation(ic,1);
   return ip;
 }