Re: Beginner: Declarations do not show up when iterating through Gimple stmts

2010-08-26 Thread Jeff Saremi
well, that explains it nicely. thanks

Re: Beginner: Declarations do not show up when iterating through Gimple stmts

2010-08-26 Thread Richard Guenther
On Thu, Aug 26, 2010 at 3:18 AM, Jeff Saremi wrote: > I wanted to go through declarations in a function and print them out so as to > get more familiar with them before being able to manipulate them. > I wrote this function as a plugin; it successfully writes out all statements > but mysteriousl

Beginner: Declarations do not show up when iterating through Gimple stmts

2010-08-25 Thread Jeff Saremi
I wanted to go through declarations in a function and print them out so as to get more familiar with them before being able to manipulate them. I wrote this function as a plugin; it successfully writes out all statements but mysteriouslty the declarations are missing. What am I missing? Is there