]> git.gag.com Git - fw/sdcc/commitdiff
Minor bug fixes
authorsandeep <sandeep@4a8a32a2-be11-0410-ad9d-d568d2c75423>
Tue, 1 Feb 2000 20:55:24 +0000 (20:55 +0000)
committersandeep <sandeep@4a8a32a2-be11-0410-ad9d-d568d2c75423>
Tue, 1 Feb 2000 20:55:24 +0000 (20:55 +0000)
git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@59 4a8a32a2-be11-0410-ad9d-d568d2c75423

src/mcs51/ralloc.c

index aa4e64b47fceae28540e8ccfeb1606214281fb37..931179053d48f138e7cee0ff793918a98e7c288d 100644 (file)
@@ -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