Fixed the Phi optimize case: after fixing CSE for Phi nodes, it was broken
[libfirm] / ir / opt / reassoc.c
index b95ac21..2b3e10c 100644 (file)
  * PURPOSE.
  */
 
-/*
- * Project:     libFIRM
- * File name:   ir/opt/reassoc.c
- * Purpose:     Reassociation
- * Author:      Michael Beck
- * Created:
- * CVS-ID:      $Id$
- * Copyright:   (c) 1998-2007 Universität Karlsruhe
+/**
+ * @file
+ * @brief   Reassociation
+ * @author  Michael Beck
+ * @version $Id$
  */
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
+#include "iropt_t.h"
 #include "irnode_t.h"
 #include "irgraph_t.h"
 #include "irmode_t.h"
-#include "iropt_t.h"
 #include "ircons_t.h"
 #include "irgmod.h"
 #include "dbginfo.h"