From 741069f5e89fab933173425a05edd2832721a71f Mon Sep 17 00:00:00 2001 From: johanknol Date: Thu, 18 Oct 2001 18:31:51 +0000 Subject: [PATCH] bring back in a huge optimization git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@1415 4a8a32a2-be11-0410-ad9d-d568d2c75423 --- src/SDCCcse.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/SDCCcse.c b/src/SDCCcse.c index 54a3ca2a..1d6b3d9c 100644 --- a/src/SDCCcse.c +++ b/src/SDCCcse.c @@ -301,7 +301,7 @@ DEFSETFUNC (findCheaperOp) *opp = IC_RESULT (cdp->diCode); if ((*opp) && - (SPEC_USIGN(operandType (cop))==SPEC_USIGN(operandType (*opp))) && + //(SPEC_USIGN(operandType (cop))==SPEC_USIGN(operandType (*opp))) && (SPEC_LONG(operandType (cop))==SPEC_LONG(operandType (*opp)))) { -- 2.30.2