On Thu, Jul 21, 2011 at 12:16 AM, Richard Henderson wrote: > + static const char * const bits[] = { > + "new", "reachable", "irr_loop", "superblock", "disable_sched", > + "hot_partition", "cold_partition", "duplicated", > + "non_local_goto_target", "rtl", "forwarder", "nonthreadable", > + "modified" > + };
Maybe a .def file, or define this in basic-block.h somehow? Or at least a comment before bb_flags in basic-block.h, please :-). Ciao! Steven