fixed the gencmp setting of supportRtn
[fw/sdcc] / src / mcs51 / ralloc.c
index a41a4bf6371b6a6bfa1f049c7004ef64b32cb462..3eeeac062664ff027fc9fb01f4d14af6d1073209 100644 (file)
@@ -2337,10 +2337,8 @@ packRegisters (eBBlock * ebp)
        }
 
       /* reduce for support function calls */
-#if geniCodeLogicHasBeenFixed
       if (ic->supportRtn || ic->op == '+' || ic->op == '-')
        packRegsForSupport (ic, ebp);
-#endif
 
       /* some cases the redundant moves can
          can be eliminated for return statements */