(save_for_inline_copying): Add comment that
authorJim Wilson <wilson@gcc.gnu.org>
Sat, 21 Jan 1995 01:59:17 +0000 (17:59 -0800)
committerJim Wilson <wilson@gcc.gnu.org>
Sat, 21 Jan 1995 01:59:17 +0000 (17:59 -0800)
nonlocal_label list should be updated if it ever can be nonzero.

From-SVN: r8783

gcc/integrate.c

index ed21858659e266cbfeb8936b71795b7860ebbbbd..7f784c302ab383ca16f3f314f387beded97380d7 100644 (file)
@@ -380,6 +380,11 @@ adjust_copied_decl_tree (block)
    compiled.  Our caller (rest_of_compilation) saves the original
    DECL_INITIAL and DECL_ARGUMENTS; here we copy them.  */
 
+/* ??? The nonlocal_label list should be adjusted also.  However, since
+   a function that contains a nested function never gets inlined currently,
+   the nonlocal_label list will always be empty, so we don't worry about
+   it for now.  */
+
 void
 save_for_inline_copying (fndecl)
      tree fndecl;