clarify some node comments
[libfirm] / ir / opt / reassoc_t.h
index ce05e29..96a956e 100644 (file)
  * PURPOSE.
  */
 
-/*
- * Project:     libFIRM
- * File name:   ir/opt/reassoc_t.h
- * Purpose:     Reassociation
- * Author:      Michael Beck
- * Created:
- * CVS-ID:      $Id$
- * Copyright:   (c) 1998-2004 Universität Karlsruhe
- */
-
 /**
- * @file reassoc_t.h
- *
- * Reassociation optimization.
- *
+ * @file
  * @author Michael Beck
+ * @brief  Reassociation optimization.
  */
 #ifndef REASSOC_T_H
 #define REASSOC_T_H
@@ -46,9 +34,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_ */