From 9b005a878d07f743d010d2884048d66609005631 Mon Sep 17 00:00:00 2001 From: johanknol Date: Sat, 23 Feb 2002 10:12:20 +0000 Subject: [PATCH] fixed bug #460088 git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@1951 4a8a32a2-be11-0410-ad9d-d568d2c75423 --- src/SDCCdflow.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- 2.47.2