Fix out-of-date comment.
authorrth <rth@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 16 Sep 2009 16:39:17 +0000 (16:39 +0000)
committerrth <rth@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 16 Sep 2009 16:39:17 +0000 (16:39 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@151765 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/tree-nested.c

index bcf9711..fe938d9 100644 (file)
@@ -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;