* cfg.c (dump_cfg_bb_info): Update bb_bitnames to match enum.
From-SVN: r129893
This commit is contained in:
parent
dbf05723cd
commit
9656bc0fdc
@ -1,3 +1,7 @@
|
||||
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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user