Some more cleanup: Put the return type and other specifiers on the same line as the...
[libfirm] / ir / opt / reassoc_t.h
index dec2826..49dd8a7 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.
  *
  *
  * @author Michael Beck
  */
-#ifndef _REASSOC_T_H_
-#define _REASSOC_T_H_
-
-#include "reassoc.h"
+#ifndef REASSOC_T_H
+#define REASSOC_T_H
 
 /**
  * Sets the default reassociation operation for an ir_op_ops.
@@ -50,7 +48,4 @@
  */
 ir_op_ops *firm_set_default_reassoc(ir_opcode code, ir_op_ops *ops);
 
-/** Initialise the ressociation optimization */
-void firm_init_reassociation(void);
-
 #endif /* _REASSOC_T_H_ */