- removed rest of already unsupported USE_EXPLICIT_PHI_IN_STACK
[libfirm] / include / libfirm / dbginfo.h
index 44b4c99..48e2177 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1995-2007 University of Karlsruhe.  All right reserved.
+ * Copyright (C) 1995-2008 University of Karlsruhe.  All right reserved.
  *
  * This file is part of libFirm.
  *
@@ -85,6 +85,8 @@ 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_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_backend,                  /**< A Firm subgraph was replaced because of a Backend transformation */
        dbg_max                       /**< Maximum value. */
 } dbg_action;