This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Problem with SSA form usign cgraph_nodes and push_cfun


On Fri, Apr 30, 2010 at 1:42 PM, Massimo Nazaria <max_n@rocketmail.com> wrote:
>> You have to schedule your IPA pass at a point where the
>> whole
>> program is in SSA form, which is during the regular IPA
>> passes
>> at earlierst.
>>
>> Richard.
>>
>
> It does not work :(
> I put my pass after all the ipa-passes and right before the optimization-passes.
>
> My problem occurs when I try to process every function at once using "for(node=cgraph_nodes;node;node=node->next) ..."

It definitely works that way.

Richard.

> Other ideas?
>
> Thank you!
>
>
>
>


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]