* as/hc08/lkaomf51.c (OutputName),
[fw/sdcc] / src / ds390 / ralloc.c
index 7cd5870cc0935184d7fb2af5b77a60b74de5f3aa..f69b12c2f29f1385bc897c1d74ed0f9ce0e7e009 100644 (file)
@@ -959,6 +959,7 @@ static regs *getRegGprNoSpil()
 /*-----------------------------------------------------------------*/
 /* getRegBitNoSpil - get it cannot be spilt                        */
 /*-----------------------------------------------------------------*/
+#if 0
 static regs *getRegBitNoSpil()
 {
   regs *reg;
@@ -976,6 +977,7 @@ static regs *getRegBitNoSpil()
   /* just to make the compiler happy */
   return 0;
 }
+#endif
 
 /*-----------------------------------------------------------------*/
 /* symHasReg - symbol has a given register                         */