bechordal: Handle Phis more like live-ins instead of regular scheduled nodes in creat...
[libfirm] / ir / opt / reassoc_t.h
index c83525a..5d328b1 100644 (file)
@@ -1,27 +1,16 @@
 /*
- * 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
- * Licence:     This file protected by GPL -  GNU GENERAL PUBLIC LICENSE.
+ * This file is part of libFirm.
+ * Copyright (C) 2012 University of Karlsruhe.
  */
 
 /**
- * @file reassoc_t.h
- *
- * Reassociation optimization.
- *
+ * @file
  * @author Michael Beck
+ * @brief  Reassociation optimization.
  */
-#ifndef _REASSOC_T_H_
-#define _REASSOC_T_H_
+#ifndef REASSOC_T_H
+#define REASSOC_T_H
 
-#include "reassoc.h"
+void ir_register_reassoc_node_ops(void);
 
-/** Initialise the ressociation optimization */
-void firm_init_reassociation(void);
-
-#endif /* _REASSOC_T_H_ */
+#endif