From: sandeep Date: Mon, 24 Dec 2001 22:40:00 +0000 (+0000) Subject: Had broken the regression testsuite X-Git-Url: https://git.gag.com/?a=commitdiff_plain;h=0ad57338fe62618aafe7a81929c36d5eb931372d;p=fw%2Fsdcc Had broken the regression testsuite git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@1742 4a8a32a2-be11-0410-ad9d-d568d2c75423 --- diff --git a/src/ds390/ralloc.c b/src/ds390/ralloc.c index 638aa656..b462b81b 100644 --- a/src/ds390/ralloc.c +++ b/src/ds390/ralloc.c @@ -2137,7 +2137,10 @@ 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))) +#endif + if (getSize(type) == 0) continue ; return NULL ; }