diff options
Diffstat (limited to 'gcc/ipa-inline-transform.c')
-rw-r--r-- | gcc/ipa-inline-transform.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/ipa-inline-transform.c b/gcc/ipa-inline-transform.c index 59241403a87..2ddd029e5fc 100644 --- a/gcc/ipa-inline-transform.c +++ b/gcc/ipa-inline-transform.c @@ -96,7 +96,7 @@ can_remove_node_now_p_1 (struct cgraph_node *node) && !DECL_VIRTUAL_P (node->decl) /* During early inlining some unanalyzed cgraph nodes might be in the callgraph and they might reffer the function in question. */ - && !cgraph_new_nodes); + && !cgraph_new_nodes.exists ()); } /* We are going to eliminate last direct call to NODE (or alias of it) via edge E. |