From ba237292a2f5c87651b4cdbdddb51ffe35c446ac Mon Sep 17 00:00:00 2001 From: johanknol Date: Sun, 16 Dec 2001 16:12:21 +0000 Subject: [PATCH] This should never have been here git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@1678 4a8a32a2-be11-0410-ad9d-d568d2c75423 --- src/ds390/ralloc.c | 5 ----- 1 file changed, 5 deletions(-) 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 ; } -- 2.39.5