- split get_pairidx_for_regidx(), always called with constant parameter
[libfirm] / ir / be / beschedrss.h
index dfc920c..97a392f 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.
  *
@@ -37,6 +37,6 @@
  * Perform RSS schedule preprocessing for the given irg.
  * @param birg  The backend irg object
  */
-void rss_schedule_preparation(const be_irg_t *birg);
+void rss_schedule_preparation(be_irg_t *birg);
 
 #endif /* FIRM_BE_BESCHEDRSS_H */