Every node has now a pinned attribute that is inherited from the op.
[libfirm] / ir / debug / dbginfo.h
index 20874bc..1042a48 100644 (file)
@@ -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;