From: johanknol Date: Sun, 16 Dec 2001 16:12:21 +0000 (+0000) Subject: This should never have been here X-Git-Url: https://git.gag.com/?a=commitdiff_plain;h=ba237292a2f5c87651b4cdbdddb51ffe35c446ac;p=fw%2Fsdcc This should never have been here git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@1678 4a8a32a2-be11-0410-ad9d-d568d2c75423 --- diff --git a/src/ds390/ralloc.c b/src/ds390/ralloc.c index 922c68b0..45ca9ef8 100644 --- a/src/ds390/ralloc.c +++ b/src/ds390/ralloc.c @@ -2116,13 +2116,8 @@ packRegsDPTRuse (operand * op) if (OP_SYMBOL(IC_RESULT(ic))->liveTo == OP_SYMBOL(IC_RESULT(ic))->liveFrom) continue ; etype = getSpec(type = operandType(IC_RESULT(ic))); -#if 0 if (getSize(type) == 0 || isOperandEqual(op,IC_RESULT(ic))) continue ; -#else - if (getSize(type)==0) - continue; -#endif return NULL ; }