This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
Newbie question on cfg tree
- From: VIbhav Garg <vibhtech at yahoo dot com>
- To: gcc-help at gcc dot gnu dot org
- Date: Sat, 15 Oct 2005 19:59:35 -0500
- Subject: Newbie question on cfg tree
I am trying to do some data-flow analysis on the cfg tree. This will
also entail basic block analysis. The FOR_EACH_BB macro allows me to
loop through the basic blocks but dosent give me access to the variable
declration statements. How can I get access to the variable declaration
statements in that function?
Thanks
Vibhav