don't setup copymin data structures if no copymin is want
[libfirm] / include / libfirm / irgwalk.h
index eb25e44..8ca1686 100644 (file)
@@ -22,7 +22,7 @@
  * @brief    Traverse an ir graph
  * @author   Boris Boesler, Goetz Lindenmaier
  * @version  $Id$
- * @summary
+ * @brief
  *  Traverse an ir graph:
  *  - execute the pre function before recursion
  *  - execute the post function after recursion
@@ -234,7 +234,7 @@ void irg_walk_in_or_dep_blkwise_graph(ir_graph *irg, irg_walk_func *pre, irg_wal
 void irg_walk_blkwise_dom_top_down(ir_graph *irg, irg_walk_func *pre, irg_walk_func *post, void *env);
 
 /**
- * Additionally walk over all anchors. Do NOT increase the visit flag.
+ * Additionally walk over all anchors.
  * This function visits all anchor nodes that otherwise might not been visited in a
  * walk, for instance the Bad() node.
  *