From f0fa764847b76bd41a938b6d16ccc8b5c0b72282 Mon Sep 17 00:00:00 2001 From: johanknol Date: Mon, 26 Mar 2001 08:49:46 +0000 Subject: [PATCH] removed a warning git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@714 4a8a32a2-be11-0410-ad9d-d568d2c75423 --- src/ds390/ralloc.c | 2 +- src/mcs51/ralloc.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/ds390/ralloc.c b/src/ds390/ralloc.c index 1302506d..28b95315 100644 --- a/src/ds390/ralloc.c +++ b/src/ds390/ralloc.c @@ -2007,7 +2007,7 @@ static bool isBitwiseOptimizable (iCode * ic) { sym_link *ltype = getSpec (operandType (IC_LEFT (ic))); - sym_link *rtype = getSpec (operandType (IC_RIGHT (ic))); + // jwk sym_link *rtype = getSpec (operandType (IC_RIGHT (ic))); /* bitwise operations are considered optimizable under the following conditions (Jean-Louis VERN) diff --git a/src/mcs51/ralloc.c b/src/mcs51/ralloc.c index 25dedea7..aafd4dcd 100644 --- a/src/mcs51/ralloc.c +++ b/src/mcs51/ralloc.c @@ -2013,7 +2013,7 @@ static bool isBitwiseOptimizable (iCode * ic) { sym_link *ltype = getSpec (operandType (IC_LEFT (ic))); - sym_link *rtype = getSpec (operandType (IC_RIGHT (ic))); + // jwk sym_link *rtype = getSpec (operandType (IC_RIGHT (ic))); /* bitwise operations are considered optimizable under the following conditions (Jean-Louis VERN) -- 2.30.2