not needed
[libfirm] / ir / be / beifg.h
index 4a7579e..f207d05 100644 (file)
@@ -1,3 +1,22 @@
+/*
+ * Copyright (C) 1995-2007 University of Karlsruhe.  All right reserved.
+ *
+ * This file is part of libFirm.
+ *
+ * This file may be distributed and/or modified under the terms of the
+ * GNU General Public License version 2 as published by the Free Software
+ * Foundation and appearing in the file LICENSE.GPL included in the
+ * packaging of this file.
+ *
+ * Licensees holding valid libFirm Professional Edition licenses may use
+ * this file in accordance with the libFirm Commercial License.
+ * Agreement provided with the Software.
+ *
+ * This file is provided AS IS with NO WARRANTY OF ANY KIND, INCLUDING THE
+ * WARRANTY OF DESIGN, MERCHANTABILITY AND FITNESS FOR A PARTICULAR
+ * PURPOSE.
+ */
+
 /**
  * @file   beifg.h
  * @date   18.11.2005
 #ifndef _BEIFG_H
 #define _BEIFG_H
 
-#include "becopyopt.h"
+#include <stdio.h>
 
-#include "firm_types.h"
+#include "irnode.h"
+
+#include "becopyopt.h"
+#include "beirg.h"
 
 typedef struct _be_ifg_impl_t   be_ifg_impl_t;
 typedef struct _be_ifg_t        be_ifg_t;
@@ -54,16 +76,16 @@ typedef struct {
        int n_comps;
 } be_ifg_stat_t;
 
-void be_ifg_stat(const be_chordal_env_t *cenv, be_ifg_stat_t *stat);
+void be_ifg_stat(be_irg_t *birg, be_ifg_t *ifg, be_ifg_stat_t *stat);
 
 be_ifg_t *be_create_ifg(const be_chordal_env_t *env);
 
 /*
-        ____                        _
-       |  _ \ _   _ _ __ ___  _ __ (_)_ __   __ _
-       | | | | | | | '_ ` _ \| '_ \| | '_ \ / _` |
-       | |_| | |_| | | | | | | |_) | | | | | (_| |
-       |____/ \__,_|_| |_| |_| .__/|_|_| |_|\__, |
+     ____                        _
+    |  _ \ _   _ _ __ ___  _ __ (_)_ __   __ _
+    | | | | | | | '_ ` _ \| '_ \| | '_ \ / _` |
+    | |_| | |_| | | | | | | |_) | | | | | (_| |
+    |____/ \__,_|_| |_| |_| .__/|_|_| |_|\__, |
                           |_|            |___/
 */