Fixed optimization of Div/Mod/DivMod nodes
[libfirm] / ir / ir / irnode.h
index 4864304..9349366 100644 (file)
@@ -189,6 +189,7 @@ op_pin_state is_irn_pinned_in_irg (const ir_node *node);
  *
  * @param db    Debug info.
  * @param irg   IR-graph on with this new node should be constructed.
+ * @param block The block the new node belongs to
  * @param op    The opcode of the new node.
  * @param mode  The mode of the new node.
  * @param arity The arity of the new node, may be <0 if yet.