From 3cdfd89e2a02229df488d9958e6050ab67d1c7bd Mon Sep 17 00:00:00 2001 From: sandeep Date: Tue, 1 Feb 2000 20:55:24 +0000 Subject: [PATCH] Minor bug fixes git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@59 4a8a32a2-be11-0410-ad9d-d568d2c75423 --- src/mcs51/ralloc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.47.2