[tree-ssa] Loop analysis

Diego Novillo dnovillo@redhat.com
Wed Apr 16 21:57:00 GMT 2003


On Wed, 2003-04-16 at 17:17, Pop Sébastian wrote:

> I'm bootstrapping with a version that uses an enum: 
> 
> ----
> enum cfg_level {
>   AT_TREE_LEVEL,
>   AT_RTL_LEVEL
> };
> 
> /* A global variable that keeps track of the state of the cfg.  */
> extern enum cfg_level cfg_level;
> ----
> 
> Should I stop the bootstrapping, or is it ok with this version?
> 
Well, if it's going to eventually disappear then it shouldn't matter. 
But I'd rather use the enum version.


Diego.



More information about the Gcc-patches mailing list