That wasn't a good idea?
[fw/sdcc] / src / SDCCdflow.c
index fcb1fed06a7fae4c83521e61d53de1cc0a496b2a..4c298fe4269c68b8842d8486e896ae6933ff99bd 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);
-         // ??????? jwk ?????? if (optimize.global_cse)
+         if (optimize.global_cse)
            {
              firstTime = 1;
              applyToSet (pred, mergeInExprs, ebbs[i], &firstTime);