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: number_of_iterations_in_loop issues


> + 
> +   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



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