On Fri, Apr 30, 2010 at 1:42 PM, Massimo Nazaria <ma...@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) ..." > > Other ideas?
You'll have to post your work so people can see. Now the best the experts here can do is guess what you're holding behind your back :-) Ciao! Steven