Re: ssa_name issues

2008-05-08 Thread Andrew Pinski
On Thu, May 8, 2008 at 4:02 PM, Sean Callanan <[EMAIL PROTECTED]> wrote: > Dear mailing list: > > I am writing GCC code that constructs GIMPLE (after pass_apply_inline and > before pass_all_optimizations) to take the address of each of a function's > parameters and store those addresses in an array

ssa_name issues

2008-05-08 Thread Sean Callanan
Dear mailing list: I am writing GCC code that constructs GIMPLE (after pass_apply_inline and before pass_all_optimizations) to take the address of each of a function's parameters and store those addresses in an array. The code is at the bottom of this message. Right now I need help in dea