X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;ds=sidebyside;f=ir%2Fir%2Firopt_t.h;h=effa924e3e43f6ec8d2c80812b53c9c6c544cad7;hb=3c3425a50a1d721b74a015c6812257e32feeac85;hp=4cf6c5162f2461a278f25775592f521cd46bc078;hpb=f8cc15664f571aa7ef89d6f6bc8d5bd2b8ca7d53;p=libfirm diff --git a/ir/ir/iropt_t.h b/ir/ir/iropt_t.h index 4cf6c5162..effa924e3 100644 --- a/ir/ir/iropt_t.h +++ b/ir/ir/iropt_t.h @@ -124,17 +124,6 @@ static inline ir_tarval *value_of(const ir_node *n) */ bool ir_zero_when_converted(const ir_node *node, ir_mode *dest_mode); -/** - * Sets the default operations 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_operations(unsigned code, ir_op_ops *ops); - int ir_mux_is_abs(const ir_node *sel, const ir_node *mux_false, const ir_node *mux_true); @@ -149,4 +138,6 @@ ir_node *ir_get_abs_op(const ir_node *sel, ir_node *mux_false, bool ir_is_optimizable_mux(const ir_node *sel, const ir_node *mux_false, const ir_node *mux_true); +void ir_register_opt_node_ops(void); + #endif