]> git.gag.com Git - fw/sdcc/blobdiff - src/ds390/ralloc.c
Had broken the regression testsuite
[fw/sdcc] / src / ds390 / ralloc.c
index 638aa656580517cec6ea2d911680ef510d98148a..b462b81be9f862eebb6ef310f998450c2c103469 100644 (file)
@@ -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 ;
        }