+2007-11-05 Alexandre Oliva <aoliva@redhat.com>
+
+ * cfg.c (dump_cfg_bb_info): Update bb_bitnames to match enum.
+
2007-11-04 Andrew Pinski <pinskia@gmail.com>
PR middle-end/32931
2007-11-04 Andrew Pinski <pinskia@gmail.com>
PR middle-end/32931
bool first = true;
static const char * const bb_bitnames[] =
{
bool first = true;
static const char * const bb_bitnames[] =
{
- "dirty", "new", "reachable", "visited", "irreducible_loop", "superblock"
+ "new", "reachable", "irreducible_loop", "superblock",
+ "nosched", "hot", "cold", "dup", "xlabel", "rtl",
+ "fwdr", "nothrd"
};
const unsigned n_bitnames = sizeof (bb_bitnames) / sizeof (char *);
edge e;
};
const unsigned n_bitnames = sizeof (bb_bitnames) / sizeof (char *);
edge e;