fix rbitset_is_empty; put opening brace of functions on an own line
[libfirm] / include / libfirm / rta.h
index 96e6f3a..24877e9 100644 (file)
 
 /**
  * Initialise the RTA data structures and perform RTA.
- *
- * @param do_verbose If == 1, print statistics, if > 1, chatter about every detail
+ * Expects that all allocations are done by Alloc nodes.
  */
-void rta_init(int do_verbose);
+void rta_init(void);
 
 /**
  * Delete all graphs that have been found to be dead.