summaryrefslogtreecommitdiff
path: root/gcc/tree-nested.c
diff options
context:
space:
mode:
authorrth <rth@138bc75d-0d04-0410-961f-82ee72b054a4>2009-09-16 16:39:17 +0000
committerrth <rth@138bc75d-0d04-0410-961f-82ee72b054a4>2009-09-16 16:39:17 +0000
commitd70bfb0fc5ae5b5d796521c8257b9c7eceee4ca5 (patch)
tree357df623e0a87f25d39de71f14bd2fa2c71c2abe /gcc/tree-nested.c
parent8eb2383cc9eb8e4fd092994054c653d15e29ca85 (diff)
downloadgcc-d70bfb0fc5ae5b5d796521c8257b9c7eceee4ca5.tar.gz
Fix out-of-date comment.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@151765 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/tree-nested.c')
-rw-r--r--gcc/tree-nested.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/gcc/tree-nested.c b/gcc/tree-nested.c
index bcf971143cf..fe938d913e1 100644
--- a/gcc/tree-nested.c
+++ b/gcc/tree-nested.c
@@ -2047,9 +2047,7 @@ convert_all_function_calls (struct nesting_info *root)
bool any_changed;
/* First, optimistically set no_static_chain for all decls that haven't
- used the static chain already for variable access. Notice that we
- do this pre-order, because we want inner functions to be processed
- first in the LIFO worklist. */
+ used the static chain already for variable access. */
FOR_EACH_NEST_INFO (n, root)
{
tree decl = n->context;