]> git.gag.com Git - fw/sdcc/blobdiff - src/SDCCdflow.c
fixed bug #460088
[fw/sdcc] / src / SDCCdflow.c
index 4c298fe4269c68b8842d8486e896ae6933ff99bd..fcb1fed06a7fae4c83521e61d53de1cc0a496b2a 100644 (file)
@@ -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);