[patch] Re: number_of_iterations_in_loop issues

Zdenek Dvorak rakdver@atrey.karlin.mff.cuni.cz
Wed Nov 17 21:06:00 GMT 2004


Hello,

> > + 
> > +   if (IS_EXPR_CODE_CLASS (TREE_CODE_CLASS (code)))
> 
> This should be simply EXPR_P (expr) 
> 
> EXPR_P expands to 
> IS_EXPR_CODE_CLASS (TREE_CODE_CLASS (TREE_CODE (node)))
> 
> which is what you want

I forgot to put [patch] to subject.  So just to increase chance
someone reviews the patch: the message with the patch is

http://gcc.gnu.org/ml/gcc-patches/2004-11/msg01397.html

Zdenek



More information about the Gcc-patches mailing list