removed debug output
[libfirm] / ir / debug / dbginfo.h
index 20874bc..39ed3e7 100644 (file)
@@ -60,7 +60,7 @@ void set_irn_dbg_info(ir_node *n, dbg_info *db);
 /**
  * Returns the debug information of an node.
  */
-dbg_info *get_irn_dbg_info(ir_node *n);
+dbg_info *get_irn_dbg_info(const ir_node *n);
 
 /**
  * Sets the debug information of an entity.
@@ -109,6 +109,7 @@ typedef enum {
   dbg_rem_poly_call,            /**< Remove polymorphic call. */
   dbg_dead_code,                /**< Removing unreachable code, I.e. blocks that are never executed. */
   dbg_opt_confirm,              /**< A Firm subgraph was replace because of a Confirmation */
+  dbg_backend,                  /**< Backend transformation */
   dbg_max                       /**< Maximum value. */
 } dbg_action;