This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
cgraph_nodes_queue replacement?
- From: "Iyer, Balaji V" <balaji dot v dot iyer at intel dot com>
- To: "'gcc at gcc dot gnu dot org'" <gcc at gcc dot gnu dot org>
- Date: Thu, 26 Apr 2012 20:55:54 +0000
- Subject: cgraph_nodes_queue replacement?
Hello Everyone,
I just recently pulled the trunk and I noticed that cgraph_nodes_queue is taken out. Is it renamed (or #defined) to something else? I am using it for some code in my Cilk plus branch. So what is the appropriate replacement for the following code?
for (n = cgraph_nodes_queue; n ; n = n->next_needed)
Any help is greatly appreciated!
Thanks,
Balaji V. Iyer.