X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fopt%2Freassoc_t.h;h=9f74505773c5124867b2cfc7644293664ff1df16;hb=48feaf0618330fb060d22d5ef35c94dd7e9556a7;hp=96a956ea43893f45e2e60ddd72fd3e44bdd94bff;hpb=f8cc15664f571aa7ef89d6f6bc8d5bd2b8ca7d53;p=libfirm diff --git a/ir/opt/reassoc_t.h b/ir/opt/reassoc_t.h index 96a956ea4..9f7450577 100644 --- a/ir/opt/reassoc_t.h +++ b/ir/opt/reassoc_t.h @@ -25,15 +25,6 @@ #ifndef REASSOC_T_H #define REASSOC_T_H -/** - * Sets the default reassociation operation for an ir_op_ops. - * - * @param code the opcode for the default operation - * @param ops the operations initialized - * - * @return - * The operations. - */ -ir_op_ops *firm_set_default_reassoc(unsigned code, ir_op_ops *ops); +void ir_register_reassoc_node_ops(void); -#endif /* _REASSOC_T_H_ */ +#endif