From 430d10f4aa738b0eef6798dc82d0d803115de190 Mon Sep 17 00:00:00 2001
From: Richard Henderson <rth@gcc.gnu.org>
Date: Wed, 16 Sep 2009 09:39:17 -0700
Subject: [PATCH] Fix out-of-date comment.

From-SVN: r151765
---
 gcc/tree-nested.c | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/gcc/tree-nested.c b/gcc/tree-nested.c
index bcf971143cfd..fe938d913e18 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;
-- 
GitLab