irop: Provide macro wrappers for [gs]et_generic_function_ptr_().
[libfirm] / ir / opt / reassoc_t.h
index dec2826..9f74505 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.
  *
  * 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_
-
-#include "reassoc.h"
-
-/**
- * Sets the default reassociation operation 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_reassoc(ir_opcode code, ir_op_ops *ops);
+#ifndef REASSOC_T_H
+#define REASSOC_T_H
 
-/** Initialise the ressociation optimization */
-void firm_init_reassociation(void);
+void ir_register_reassoc_node_ops(void);
 
-#endif /* _REASSOC_T_H_ */
+#endif