From: sandeep Date: Tue, 1 Feb 2000 20:55:24 +0000 (+0000) Subject: Minor bug fixes X-Git-Url: https://git.gag.com/?a=commitdiff_plain;h=3cdfd89e2a02229df488d9958e6050ab67d1c7bd;p=fw%2Fsdcc Minor bug fixes git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@59 4a8a32a2-be11-0410-ad9d-d568d2c75423 --- diff --git a/src/mcs51/ralloc.c b/src/mcs51/ralloc.c index aa4e64b4..93117905 100644 --- a/src/mcs51/ralloc.c +++ b/src/mcs51/ralloc.c @@ -2003,7 +2003,7 @@ static void packForPush(iCode *ic, eBBlock *ebp) bitVectFirstBit(OP_DEFS(IC_LEFT(ic)))))) return ; - if (dic->op != '=' || POINTER_SET(dic) || IS_ITEMP(IC_RESULT(dic))) + if (dic->op != '=' || POINTER_SET(dic)) return; /* we now we know that it has one & only one def & use