* src/SDCCval.c (checkConstantRange): added
[fw/sdcc] / src / mcs51 / gen.c
index ab4433ca75dea8b2aac8dc55df216933d856eaad..ce7dcea473f2d97e5f850d713b431f468ecb6200 100644 (file)
@@ -11662,7 +11662,7 @@ gen51Code (iCode * lic)
         case NE_OP:
 
           /* note these two are xlated by algebraic equivalence
-             during parsing SDCC.y */
+             in decorateType() in SDCCast.c */
           werror (E_INTERNAL_ERROR, __FILE__, __LINE__,
                   "got '>=' or '<=' shouldn't have come here");
           break;