cleanup iredges API a bit
[libfirm] / include / libfirm / ircgopt.h
index 5d5c501..3158e1c 100644 (file)
  * @date    09.06.2002
  * @version $Id$
  * @brief
- *  (TODO: translate to english)
- *  Entfernen von nicht erreichbaren (aufrufbaren) Methoden. Die Menge
- *  der nicht erreichbaren Methoden wird aus der Absch�tzung der
- *  Aufrufrelation bestimmt.
+ *  Removal of unreachable methods. The set of unreachable methods is computed
+ *  by the callgraph.
  */
 #ifndef FIRM_IR_ICGOPT_H
 #define FIRM_IR_ICGOPT_H
 
+#include <stddef.h>
+
 #include "firm_types.h"
 #include "begin.h"