On 07/20/2011 03:23 PM, Steven Bosscher wrote:
> 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 :-).
I've added a comment in a queued patch, where I update a similar
table for edge flags.
r~