* src/pic16/ralloc.c (packRegsForAccUse): disabled functions with #if to eliminate...
[fw/sdcc] / src / pic16 / ralloc.c
index 0a7a9413de5ba58ad915d50d6fccabad96a14d9d..078774ace5e527d19697a9756e644d82101cdda4 100644 (file)
@@ -3307,6 +3307,8 @@ isBitwiseOptimizable (iCode * ic)
 /*-----------------------------------------------------------------*/
 /* packRegsForAccUse - pack registers for acc use                  */
 /*-----------------------------------------------------------------*/
+#if 0
+
 static void
 packRegsForAccUse (iCode * ic)
 {
@@ -3460,6 +3462,7 @@ accuse:
 
 
 }
+#endif
 
 /*-----------------------------------------------------------------*/
 /* packForPush - hueristics to reduce iCode for pushing            */