diff options
Diffstat (limited to 'contrib/gcc/ipa-utils.c')
-rw-r--r-- | contrib/gcc/ipa-utils.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/gcc/ipa-utils.c b/contrib/gcc/ipa-utils.c index f0025c7..87e65b5 100644 --- a/contrib/gcc/ipa-utils.c +++ b/contrib/gcc/ipa-utils.c @@ -78,7 +78,7 @@ struct searchc_env { has been customized for cgraph_nodes. The env parameter is because it is recursive and there are no nested functions here. This function should only be called from itself or - cgraph_reduced_inorder. ENV is a stack env and would be + ipa_utils_reduced_inorder. ENV is a stack env and would be unnecessary if C had nested functions. V is the node to start searching from. */ |