X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fopt%2Freassoc_t.h;h=9876a0e118e825b88bcb4e1dbb5300eebc5b7cbd;hb=762b472fc81c73cf7a1b0041b8cd286b7206d79d;hp=ce05e29f6db35bec56ff046e753bb87a8fada3b6;hpb=1e8792d473114f3abde037726b3482060c3f9328;p=libfirm diff --git a/ir/opt/reassoc_t.h b/ir/opt/reassoc_t.h index ce05e29f6..9876a0e11 100644 --- a/ir/opt/reassoc_t.h +++ b/ir/opt/reassoc_t.h @@ -46,9 +46,6 @@ * @return * The operations. */ -ir_op_ops *firm_set_default_reassoc(ir_opcode code, ir_op_ops *ops); - -/** Initialise the ressociation optimization */ -void firm_init_reassociation(void); +ir_op_ops *firm_set_default_reassoc(unsigned code, ir_op_ops *ops); #endif /* _REASSOC_T_H_ */