don't setup copymin data structures if no copymin is want
[libfirm] / include / libfirm / rta.h
index 7c9eb65..e5f2eea 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.
  *
  * @author   Florian
  * @date     09.06.2002
  * @version  $Id$
- * @summary
+ * @brief
  * (TODO translate to english)
- * Intraprozedurale Analyse zur Abschätzung der Aufrufrelation. Es wird
- * die Menge der instantiierten Klassen bestimmt, und daraus eine Abschätzung
+ * Intraprozedurale Analyse zur Abschtzung der Aufrufrelation. Es wird
+ * die Menge der instantiierten Klassen bestimmt, und daraus eine Abschtzung
  * der aufgerufenen Methoden.
  *
  * Voraussetzung ist, dass das Programm keine Methodenzeiger handhaben kann.
 
 /**
  * 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.