From: sandeep Date: Sun, 26 Aug 2001 04:57:16 +0000 (+0000) Subject: Fixed regression X-Git-Url: https://git.gag.com/?a=commitdiff_plain;h=69e8757cd0893be33d4cdd725da79ab40d5f570a;p=fw%2Fsdcc Fixed regression git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@1172 4a8a32a2-be11-0410-ad9d-d568d2c75423 --- diff --git a/src/SDCCcse.c b/src/SDCCcse.c index ac5e66af..fb96762c 100644 --- a/src/SDCCcse.c +++ b/src/SDCCcse.c @@ -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)))