aboutsummaryrefslogtreecommitdiff
path: root/gcc/ipa-utils.c
diff options
context:
space:
mode:
authorJakub Jelinek <jakub@redhat.com>2009-01-26 12:28:36 +0000
committerJakub Jelinek <jakub@redhat.com>2009-01-26 12:28:36 +0000
commitc58d0aab9cceb0437c13fb7d88dd9e82b48e82a1 (patch)
tree14d43b52ff28880a8caeb0a9611364fd576671cd /gcc/ipa-utils.c
parent10d249b47119b4e4eecaa620188408e919d6449d (diff)
svn merge -r131256:139562 svn+ssh://gcc.gnu.org/svn/gcc/branches/redhat/fc6-4_1-branchredhat/fc5-4_1-branch
git-svn-id: https://gcc.gnu.org/svn/gcc/branches/redhat/fc5-4_1-branch@143674 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/ipa-utils.c')
-rw-r--r--gcc/ipa-utils.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/ipa-utils.c b/gcc/ipa-utils.c
index 76f0f601c16..cd707455b76 100644
--- a/gcc/ipa-utils.c
+++ b/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. */