X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fopt%2Freassoc_t.h;h=49dd8a75873407fe33016d489434750fdf6c7e5a;hb=c8e1cf6a41fa2077058cce740783ab78990ac0ab;hp=6ef7234e86fe3eb0c92ed2ec65b86670a39bfe81;hpb=1ce363f80e6a204d4011f85813362d9bd1d0e7e4;p=libfirm diff --git a/ir/opt/reassoc_t.h b/ir/opt/reassoc_t.h index 6ef7234e8..49dd8a758 100644 --- a/ir/opt/reassoc_t.h +++ b/ir/opt/reassoc_t.h @@ -37,8 +37,6 @@ #ifndef REASSOC_T_H #define REASSOC_T_H -#include "iroptimize.h" - /** * Sets the default reassociation operation for an ir_op_ops. * @@ -50,7 +48,4 @@ */ ir_op_ops *firm_set_default_reassoc(ir_opcode code, ir_op_ops *ops); -/** Initialise the ressociation optimization */ -void firm_init_reassociation(void); - #endif /* _REASSOC_T_H_ */