dattalo - Major commit! re-wrote register allocation and flow analysis.
[fw/sdcc] / src / pic / gen.h
index f229cad6419e44132f38a971260136b6b454d6bd..f262de7a84e3e070fa076199809e0dc5adc5087a 100644 (file)
@@ -69,6 +69,7 @@ typedef struct asmop
        char *aop_immd;         /* if immediate others are implied */
        int aop_stk;            /* stack offset when AOP_STK */
        char *aop_str[4];       /* just a string array containing the location */
+/*     regs *aop_alloc_reg;     * points to a dynamically allocated register */
       }
     aopu;
   }