becopyopt: Use the set of admissible registers from bechordal.
[libfirm] / ir / be / becopyopt_t.h
index 8ca18fd..22df691 100644 (file)
@@ -112,9 +112,7 @@ struct neighb_t {
 
 struct affinity_node_t {
        const ir_node  *irn;          /** a node with affinity edges */
-       int      degree;        /** number of affinity edges in the linked list below */
        neighb_t *neighbours;   /** a linked list of all affinity neighbours */
-       void     *data;         /** stuff that is attachable. */
 };