Teach new_tarval_from_str_int() to parse binary numbers: 0[bB][01]+.
[libfirm] / ir / be / bechordal_t.h
index 6db38b3..1aa74bd 100644 (file)
@@ -22,7 +22,6 @@
  * @brief       Internal data structures for the chordal register allocator.
  * @author      Sebastian Hack
  * @date        25.01.2005
- * @version     $Id$
  */
 #ifndef FIRM_BE_BECHORDAL_T_H
 #define FIRM_BE_BECHORDAL_T_H
@@ -95,7 +94,8 @@ enum {
        BE_CH_DUMP_CONSTR     = (1 << 7),
        BE_CH_DUMP_SPILLSLOTS = (1 << 8),
        BE_CH_DUMP_LOWER      = (1 << 9),
-       BE_CH_DUMP_APPEL      = (1 << 10),
+       BE_CH_DUMP_SPLIT      = (1 << 10),
+       BE_CH_DUMP_APPEL      = (1 << 11),
        BE_CH_DUMP_ALL        = 2 * BE_CH_DUMP_APPEL - 1,
 
        /* lower perm options */