spill preparation needs liveness
[libfirm] / include / libfirm / dbginfo.h
index d92482a..00a15ce 100644 (file)
@@ -23,7 +23,7 @@
  * @author    Goetz Lindenmaier, Michael Beck
  * @date      2001
  * @version   $Id$
- * @summary
+ * @brief
  *  Firm requires a debugging module fulfilling this interface, else no
  *  debugging information is passed to the backend.
  *  The interface requires a datatype representing the debugging
@@ -87,7 +87,7 @@ typedef enum {
        dbg_opt_confirm,              /**< A Firm subgraph was replace because of a Confirmation. */
        dbg_gvn_pre,                  /**< A Firm node was replace because of the GVN-PRE algorithm. */
        dbg_combo,                    /**< A Firm node was replace because of the combo algorithm. */
-       dbg_cond_eval,                /**< A Firm node was replace because of the conditional evaluation algorithm. */
+       dbg_jumpthreading,            /**< A Firm node was replace because of the jumpthreading algorithm. */
        dbg_backend,                  /**< A Firm subgraph was replaced because of a Backend transformation */
        dbg_max                       /**< Maximum value. */
 } dbg_action;