This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Gimple Pass
- From: pms <pmshiva at gmail dot com>
- To: gcc at gcc dot gnu dot org
- Date: Fri, 24 Jul 2009 05:20:16 -0700 (PDT)
- Subject: Gimple Pass
Hi,
I've written a gimple pass, which counts for the number of assignment
statements in the c code. I've used the lval of the GIMPLE_MODIFY_STMT and
checking for VAR_DECL condition. It is working
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
Thanking
--
View this message in context: http://www.nabble.com/Gimple-Pass-tp24643577p24643577.html
Sent from the gcc - Dev mailing list archive at Nabble.com.