X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fir%2Firnode_t.h;h=0b8c4c64d672d1569048ffe6884945ed7a47d9a5;hb=fa6fdc19998fbdcac9388070fd7c680df98c33fa;hp=d8190c667f66ad42b791dc0d880c00c87c3642f9;hpb=2b76ea5c55c405a6aefc64ffa07b8c810a7fd7f1;p=libfirm diff --git a/ir/ir/irnode_t.h b/ir/ir/irnode_t.h index d8190c667..0b8c4c64d 100644 --- a/ir/ir/irnode_t.h +++ b/ir/ir/irnode_t.h @@ -41,11 +41,6 @@ */ ir_node **get_irn_in(const ir_node *node); -/** - * The amount of additional space for custom data to be allocated upon creating a new node. - */ -extern unsigned firm_add_node_size; - /** * Returns an array with the predecessors of the Block. Depending on * the implementation of the graph data structure this can be a copy of @@ -560,9 +555,6 @@ static inline const ir_switch_table_entry *ir_switch_table_get_entry_const( void ir_register_getter_ops(void); -/** initialize ir_node module */ -void init_irnode(void); - /** * because firm keepalive edges are a broken concept, we have to make sure that * nodes which are only held by a keepalive edges are never moved again.