fixed comment: get_call_abi() get the call type, NOT the method type of the called...
[libfirm] / ir / be / beschedrss.h
index dfc920c..e32cbd7 100644 (file)
@@ -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 */