give Bad nodes a mode
[libfirm] / ir / be / beblocksched.h
index 5026075..460a0a8 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.
  */
 
-/*
- * Block schedule calculator
- *
- * $Id$
+/**
+ * @file
+ * @brief       Block schedule calculation.
+ * @author      Matthias Braun, Christoph Mallon
+ * @date        27.09.2006
+ * @version     $Id$
  */
-#ifndef _BEBLOCKSCHED_H
-#define _BEBLOCKSCHED_H
-
-#include "firm_config.h"
+#ifndef FIRM_BE_BEBLOCKSCHED_H
+#define FIRM_BE_BEBLOCKSCHED_H
 
-#include "obst.h"
-#include "execfreq.h"
-#include "irnode.h"
-#include "irgraph.h"
+#include "firm_types.h"
 
-ir_node **be_create_block_schedule(ir_graph *irg, ir_exec_freq *execfreqs);
+ir_node **be_create_block_schedule(ir_graph *irg);
 
-#endif /* _BEBLOCKSCHED_H */
+#endif