reuse is_switch_Cond function
[libfirm] / ir / opt / reassoc_t.h
index 25c2005..9876a0e 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1995-2007 University of Karlsruhe.  All right reserved.
+ * Copyright (C) 1995-2008 University of Karlsruhe.  All right reserved.
  *
  * This file is part of libFirm.
  *
@@ -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.
  *
@@ -48,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_ */