Add wrapper macros for pset_first() and pset_next(), which have the return type as...
[libfirm] / include / libfirm / irprintf.h
index f0e7918..698bc76 100644 (file)
@@ -22,7 +22,6 @@
  * @brief    A little printf understanding some firm types.
  * @author   Sebastian Hack
  * @date     29.11.2004
- * @version  $Id$
  */
 #ifndef FIRM_IR_IRPRINTF_H
 #define FIRM_IR_IRPRINTF_H
@@ -51,7 +50,6 @@ struct obstack;
  * - @%N The node number of an ir node.
  * - @%m The mode name of an ir mode.
  * - @%B The block node number of the nodes block.
- * - @%P A compound graph path.
  * - @%I An ident.
  * - @%D Print as many white spaces as given in the parameter.
  * - @%G A debug info (if available) from the given ir node.