* src/*/ralloc.c: removed IS_OP_RUONLY macro
[fw/sdcc] / src / xa51 / ralloc.c
index ac0d124b5685e071839b972532f723ae18037250..830a30f18d559fad3cbab5e4b78c32e7861e12c2 100644 (file)
@@ -1609,8 +1609,6 @@ packRegsForSupport (iCode * ic, eBBlock * ebp)
   return change;
 }
 
-#define IS_OP_RUONLY(x) (x && IS_SYMOP(x) && OP_SYMBOL(x)->ruonly)
-
 
 /*-----------------------------------------------------------------*/
 /* packRegsForOneuse : - will reduce some registers for single Use */