aboutsummaryrefslogtreecommitdiff
path: root/gcc/cgraphunit.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/cgraphunit.c')
-rw-r--r--gcc/cgraphunit.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/cgraphunit.c b/gcc/cgraphunit.c
index 75eae99..f9e2ff6 100644
--- a/gcc/cgraphunit.c
+++ b/gcc/cgraphunit.c
@@ -157,7 +157,7 @@ cgraph_finalize_compilation_unit ()
tree decl = cgraph_nodes_queue->decl;
node = cgraph_nodes_queue;
- cgraph_nodes_queue = cgraph_nodes_queue->aux;
+ cgraph_nodes_queue = cgraph_nodes_queue->next_needed;
if (node->lowered || !node->reachable || !DECL_SAVED_TREE (decl))
abort ();