This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] Dump basic_block flags.


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]