fix trailing whitespaces and tabulators in the middle of a line
[libfirm] / ir / be / beschedrss.h
index 97a392f..3b4f632 100644 (file)
@@ -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