X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fbe%2Fbechordal_t.h;h=1aa74bdcefc01fb4e4198f656fc08d11433c6b72;hb=0bddf6c31e2dc664e50eed6609ac36a1a86e1536;hp=6db38b31c9cc4dd37e9fc65d6c8ee3914e523574;hpb=e286e9ef5b9e1b3b8085f783da1b7e2c0989e6b9;p=libfirm diff --git a/ir/be/bechordal_t.h b/ir/be/bechordal_t.h index 6db38b31c..1aa74bdce 100644 --- a/ir/be/bechordal_t.h +++ b/ir/be/bechordal_t.h @@ -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 */