X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fir%2Firopt_t.h;h=dd7964888c4076357f6f88dc80ba0e892b13e35a;hb=1de3ff1c7f4478924c6348f774608e60b962d055;hp=af41f0208d4696e8fdc2c49febf1cbf8a82e6ba3;hpb=357886575cb0becb5bd9be376fde49b57edd5385;p=libfirm diff --git a/ir/ir/iropt_t.h b/ir/ir/iropt_t.h index af41f0208..dd7964888 100644 --- a/ir/ir/iropt_t.h +++ b/ir/ir/iropt_t.h @@ -136,4 +136,10 @@ bool ir_zero_when_converted(const ir_node *node, ir_mode *dest_mode); */ 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_true, + const ir_node *mux_false); + +ir_node *ir_get_abs_op(const ir_node *sel, ir_node *mux_true, + ir_node *mux_false); + #endif