* src/SDCCast.c (decorateType): fixed previouse immature commit, added optimisation
[fw/sdcc] / src / ds390 / gen.c
index 3cdc68bad8341177be91406415ae851d3f0a58bf..050020dae74b41eea82b429992c715fdc3c8fa69 100644 (file)
@@ -1930,7 +1930,6 @@ genCpl (iCode * ic)
              bit -> int -> ~int -> bit
              uchar -> int -> ~int -> bit
           */
-          werror(W_COMPLEMENT);
           emitcode ("setb", "%s", IC_RESULT (ic)->aop->aopu.aop_dir);
           goto release;
         }