summaryrefslogtreecommitdiff
path: root/gcc/ipa-utils.c
diff options
context:
space:
mode:
authorzadeck <zadeck@138bc75d-0d04-0410-961f-82ee72b054a4>2007-11-08 16:45:53 +0000
committerzadeck <zadeck@138bc75d-0d04-0410-961f-82ee72b054a4>2007-11-08 16:45:53 +0000
commit54157bf1a7b467bfef244456732197528dfaa097 (patch)
tree960a5c735afa3e5775ec4339f6094009bf8c1714 /gcc/ipa-utils.c
parent3df4c876744f94bcbf51447c1cacddf3f57c15dc (diff)
downloadgcc-54157bf1a7b467bfef244456732197528dfaa097.tar.gz
2007-11-07 Kenneth Zadeck <zadeck@naturalbridge.com>
PR middle-end/33826 * ipa-pure-const (static_execute): Added code to keep recursive functions from being marked as pure or const. * ipa-utils (searchc): Fixed comment. 2007-11-08 Kenneth Zadeck <zadeck@naturalbridge.com> PR middle-end/33826 * gcc.dg/pr33826.c: New. * gcc.dg/tree-ssa/20030714-1.c: Removed two tests that depend on recursive functions being marked pure or const. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@130006 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 b8e25bb57ed..2a9562935c3 100644
--- a/gcc/ipa-utils.c
+++ b/gcc/ipa-utils.c
@@ -76,7 +76,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. */