BugFix: fixed conversion for x < lo || x >|>= hi
[libfirm] / include / libfirm / ircgopt.h
index 91b5173..00aa017 100644 (file)
  * @author  Hubert Schmid
  * @date    09.06.2002
  * @version $Id$
- * @summary
+ * @brief
  *  (TODO: translate to english)
  *  Entfernen von nicht erreichbaren (aufrufbaren) Methoden. Die Menge
- *  der nicht erreichbaren Methoden wird aus der Abschätzung der
+ *  der nicht erreichbaren Methoden wird aus der Abschtzung der
  *  Aufrufrelation bestimmt.
  */
 #ifndef FIRM_IR_ICGOPT_H
  * Frees all interprocedural loop information. */
 void gc_irgs(int n_keep, ir_entity *keep_arr[]);
 
+/**
+ * Creates an ir_prog pass for gc_irgs().
+ *
+ * @param name     the name of this pass or NULL
+ *
+ * @return  the newly created ir_graph pass
+ */
+ir_prog_pass_t *gc_irgs_pass(const char *name);
+
 #endif