X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fbe%2Fbechordal_t.h;h=7d7bee50416502cde1aad1ba4818f38d84f0e06b;hb=5474a1c188c9d59eea2c915515980cd9cbab58d8;hp=23be540819afde7e4788fbdfdfc16e9f728f84f7;hpb=68f1fef312ea0a037cf9815042ea30e95ce1b619;p=libfirm diff --git a/ir/be/bechordal_t.h b/ir/be/bechordal_t.h index 23be54081..7d7bee504 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 @@ -38,9 +37,6 @@ #include "beirg.h" #include "beifg.h" -/** Defines an invalid register index. */ -#define NO_COLOR (-1) - /** * A liveness interval border. */ @@ -112,9 +108,9 @@ enum { }; struct be_ra_chordal_opts_t { - int dump_flags; - int lower_perm_opt; - int vrfy_option; + unsigned dump_flags; + int lower_perm_opt; + int vrfy_option; char ilp_server[128]; char ilp_solver[128];