X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fbe%2Fbechordal_t.h;h=a68d301ba8f01d2d5faacd7666338770b160d035;hb=da0e1dafc4933d6cd5339b1e8688453273dfebef;hp=38159e468cf6a6ca155d7df6e973496cb3430127;hpb=6911c8a5253d79be26f5fcb668b7fb69f1998819;p=libfirm diff --git a/ir/be/bechordal_t.h b/ir/be/bechordal_t.h index 38159e468..a68d301ba 100644 --- a/ir/be/bechordal_t.h +++ b/ir/be/bechordal_t.h @@ -26,12 +26,9 @@ * A liveness interval border. */ struct border_t { - DEBUG_ONLY(unsigned magic;) /**< A magic number for checking. */ struct list_head list; /**< list head for queuing. */ - border_t *other_end; /**< The other end of the border. */ ir_node *irn; /**< The node. */ unsigned step; /**< The number equal to the interval border. */ - unsigned pressure; /**< The pressure at this interval border. (The border itself is counting). */ unsigned is_def : 1; /**< Does this border denote a use or a def. */ unsigned is_real : 1; /**< Is the def/use real? Or is it just inserted at block beginnings or ends