From: sandeep Date: Mon, 15 Oct 2001 01:59:34 +0000 (+0000) Subject: set accuse when used ONLY in IFX & this is a CONDITIONAL X-Git-Url: https://git.gag.com/?a=commitdiff_plain;h=89fe7a0b61ead41d4d870f20f641fe06d8d30ae7;p=fw%2Fsdcc set accuse when used ONLY in IFX & this is a CONDITIONAL git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@1398 4a8a32a2-be11-0410-ad9d-d568d2c75423 --- diff --git a/src/mcs51/ralloc.c b/src/mcs51/ralloc.c index 671f2945..40043820 100644 --- a/src/mcs51/ralloc.c +++ b/src/mcs51/ralloc.c @@ -2458,6 +2458,7 @@ packRegisters (eBBlock * ebp) we can leave the result of this operation in acc:b combination */ if ((IS_ARITHMETIC_OP (ic) + || IS_CONDITIONAL(ic) || IS_BITWISE_OP (ic) || ic->op == LEFT_OP || ic->op == RIGHT_OP || (ic->op == ADDRESS_OF && isOperandOnStack (IC_LEFT (ic)))