aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/cgraphunit.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc-4.9/gcc/cgraphunit.c')
-rw-r--r--gcc-4.9/gcc/cgraphunit.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc-4.9/gcc/cgraphunit.c b/gcc-4.9/gcc/cgraphunit.c
index 83e436f76..bff2833a1 100644
--- a/gcc-4.9/gcc/cgraphunit.c
+++ b/gcc-4.9/gcc/cgraphunit.c
@@ -1051,6 +1051,7 @@ analyze_functions (void)
struct cgraph_node *origin_node
= cgraph_get_node (DECL_ABSTRACT_ORIGIN (decl));
origin_node->used_as_abstract_origin = true;
+ enqueue_node (origin_node);
}
}
else