fix some grossness in the logic operations (genAnd, genOr, genXor)
[fw/sdcc] / src / SDCCloop.c
index 7384fa1364f1c94535369d8b0094bc5d1ec4afee..7ab87a7ff8277d62140a6b17be62365b2b250715 100644 (file)
@@ -799,13 +799,6 @@ basicInduction (region * loopReg, eBBlock ** ebbs, int count)
          OP_SYMBOL (IC_RESULT (indIc))->isind = 1;
          ip = newInduction (IC_RIGHT (ic), dic->op, litValue, indIc, NULL);
 
-         if (0) {
-           fprintf (stderr, "%s:%d: stupid way to avoid bug #467035, but\n"
-                    "this will keep the regressions tests going.\n",
-                    __FILE__, __LINE__);
-           continue;
-         }
-
          /* replace the inducted variable by the iTemp */
          replaceSymBySym (loopReg->regBlocks, IC_RESULT (ic), IC_RIGHT (ic));