From: johanknol Date: Sat, 23 Feb 2002 10:12:20 +0000 (+0000) Subject: fixed bug #460088 X-Git-Url: https://git.gag.com/?a=commitdiff_plain;h=9b005a878d07f743d010d2884048d66609005631;p=fw%2Fsdcc fixed bug #460088 git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@1951 4a8a32a2-be11-0410-ad9d-d568d2c75423 --- diff --git a/src/SDCCdflow.c b/src/SDCCdflow.c index 4c298fe4..fcb1fed0 100644 --- a/src/SDCCdflow.c +++ b/src/SDCCdflow.c @@ -214,7 +214,7 @@ computeDataFlow (eBBlock ** ebbs, int count) /* figure out the incoming expressions */ /* this is a little more complex */ setToNull ((void **) &ebbs[i]->inExprs); - if (optimize.global_cse) + // ??????? jwk ?????? if (optimize.global_cse) { firstTime = 1; applyToSet (pred, mergeInExprs, ebbs[i], &firstTime);