local_optimize() now kills unrteachable code if dominance info is available.
[libfirm] / ir / ir / irprintf.h
index 7fe8081..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
@@ -143,7 +144,7 @@ void ir_vsnprintf(char *buf, size_t len, const char *fmt, va_list args);
 void ir_obst_vprintf(struct obstack *obst, const char *fmt, va_list args);
 
 #ifdef WITH_LIBCORE
-#include <libcore/xprintf.h>
+#include <libcore/lc_printf.h>
 #endif /* WITH_LIBCORE */
 
 #endif /* _IRPRINTF_H */