local_optimize() now kills unrteachable code if dominance info is available.
[libfirm] / ir / ir / irprintf.h
index 549b8fb..22934dd 100644 (file)
@@ -76,7 +76,8 @@ typedef void (ir_printf_cb_t)(const appender_t *app, void *object, size_t limit,
  * - @%B The block node number of the nodes block.
  * - @%b A bitset.
  * - @%= A pnc value
- * - @%g A debug info (if available)
+ * - @%G A debug info (if available)
+ * - @%P A compound graph path
  *
  * Each of these can be prepend by a '+' which means, that the given
  * pointer is a collection of items specified by the format. In this