This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Gimple Pass
- From: Nathan Froyd <froydnj at codesourcery dot com>
- To: pms <pmshiva at gmail dot com>
- Cc: gcc at gcc dot gnu dot org
- Date: Fri, 24 Jul 2009 05:36:00 -0700
- Subject: Re: Gimple Pass
- References: <24643577.post@talk.nabble.com>
On Fri, Jul 24, 2009 at 05:20:16AM -0700, pms wrote:
> But I want to know what are the TREE_CODEs for other remaing constructs
> viz declration stmt, conditions, count for constants and how to use them in
> the gimple pass. Can anybody help in this regard
The names are defined in tree.def.
-Nathan