reuse is_switch_Cond function
[libfirm] / ir / opt / reassoc_t.h
index ce05e29..9876a0e 100644 (file)
@@ -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_ */