]> gcc.gnu.org Git - gcc.git/commitdiff
toplev.c (rest_of_compilation): Fix comments.
authorDale Johannesen <dalej@apple.com>
Sat, 23 Nov 2002 02:07:13 +0000 (02:07 +0000)
committerDale Johannesen <dalej@gcc.gnu.org>
Sat, 23 Nov 2002 02:07:13 +0000 (02:07 +0000)
2002-11-22  Dale Johannesen  <dalej@apple.com>

        * toplev.c (rest_of_compilation):  Fix comments.

From-SVN: r59397

gcc/ChangeLog
gcc/toplev.c

index 3f333778338bd3368885a4a3bdb4baa75659c7b8..60a061a42ff96c7d27759f5275534a80a83fa3b0 100644 (file)
@@ -1,3 +1,7 @@
+2002-11-22  Dale Johannesen  <dalej@apple.com>
+
+        * toplev.c (rest_of_compilation):  Fix comments.
+
 2002-11-22  Geoffrey Keating  <geoffk@apple.com>
 
        * aclocal.m4 (ac_cv_func_mmap_dev_zero): Darwin does not
index 9e57576ebabeaa3c71603bdeed13063ac6db65ba..33f668b2407c4bfde8d446cd7829554bb87908b6 100644 (file)
@@ -2479,10 +2479,11 @@ rest_of_compilation (decl)
       convert_from_eh_region_ranges ();
 
       /* If function is inline, and we don't yet know whether to
-        compile it by itself, defer decision till end of compilation.
-        finish_compilation will call rest_of_compilation again
-        for those functions that need to be output.  Also defer those
-        functions that we are supposed to defer.  */
+         compile it by itself, defer decision till end of compilation.
+         wrapup_global_declarations will (indirectly) call
+         rest_of_compilation again for those functions that need to
+         be output.  Also defer those functions that we are supposed
+         to defer.  */
 
       if (inlinable
          || (DECL_INLINE (decl)
@@ -3607,9 +3608,10 @@ rest_of_compilation (decl)
      know for certain that we will be generating an out-of-line copy,
      the first invocation of this routine (rest_of_compilation) will
      skip over this code by doing a `goto exit_rest_of_compilation;'.
-     Later on, finish_compilation will call rest_of_compilation again
-     for those inline functions that need to have out-of-line copies
-     generated.  During that call, we *will* be routed past here.  */
+     Later on, wrapup_global_declarations will (indirectly) call
+     rest_of_compilation again for those inline functions that need
+     to have out-of-line copies generated.  During that call, we
+     *will* be routed past here.  */
 
   timevar_push (TV_SYMOUT);
   (*debug_hooks->function_decl) (decl);
This page took 0.079886 seconds and 5 git commands to generate.