cleanup besched header
[libfirm] / ir / be / beschedrss.h
index e32cbd7..3b4f632 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.
  *
@@ -35,8 +35,8 @@
 
 /**
  * Perform RSS schedule preprocessing for the given irg.
- * @param birg  The backend irg object
+ * @param irg   The graph
  */
-void rss_schedule_preparation(be_irg_t *birg);
+void rss_schedule_preparation(ir_graph *irg);
 
-#endif /* FIRM_BE_BESCHEDRSS_H */
+#endif