Commit 9656bc0f by Alexandre Oliva Committed by Alexandre Oliva

* cfg.c (dump_cfg_bb_info): Update bb_bitnames to match enum.

From-SVN: r129893
parent dbf05723
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
......@@ -881,7 +881,9 @@ dump_cfg_bb_info (FILE *file, basic_block bb)
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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment