From 89fe7a0b61ead41d4d870f20f641fe06d8d30ae7 Mon Sep 17 00:00:00 2001 From: sandeep Date: Mon, 15 Oct 2001 01:59:34 +0000 Subject: [PATCH] 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 --- src/mcs51/ralloc.c | 1 + 1 file changed, 1 insertion(+) 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))) -- 2.47.2