Implement binary emitters for fdiv, fdivp and fdivrp.
[libfirm] / include / libfirm / ircgopt.h
index 479e472..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
@@ -47,12 +47,9 @@ 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
- * @param verify   should this pass be verified?
- * @param dump     should this pass result be dumped?
- * @param params   The parameters for the if conversion.
  *
  * @return  the newly created ir_graph pass
  */
-ir_prog_pass_t *gc_irgs_pass(const char *name, int verify, int dump);
+ir_prog_pass_t *gc_irgs_pass(const char *name);
 
 #endif