rewrite vrp scanning to use a phase instead of attrs in ir_node
[libfirm] / include / libfirm / irdom.h
index c68c0e4..705d0fd 100644 (file)
@@ -23,7 +23,7 @@
  * @author    Goetz Lindenmaier
  * @date      2.2002
  * @version   $Id$
- * @summary
+ * @brief
  *   This file contains routines to construct and access dominator information.
  *
  *   The dominator information is stored in three fields of block nodes:
@@ -168,7 +168,7 @@ ir_node *node_smallest_common_dominator(ir_node *a, ir_node *b);
  *
  * @param irn        A node.
  * @param handle_phi 1 if Phis should be handled different
- * @return The first block dominating all users of @irn
+ * @return The first block dominating all users of @irn
  */
 ir_node *node_users_smallest_common_dominator(ir_node *irn, int handle_phi);