Commit fb854c63 by Jim Wilson

(save_for_inline_copying): Add comment that

nonlocal_label list should be updated if it ever can be nonzero.

From-SVN: r8783
parent 71cd4a8d
...@@ -380,6 +380,11 @@ adjust_copied_decl_tree (block) ...@@ -380,6 +380,11 @@ adjust_copied_decl_tree (block)
compiled. Our caller (rest_of_compilation) saves the original compiled. Our caller (rest_of_compilation) saves the original
DECL_INITIAL and DECL_ARGUMENTS; here we copy them. */ 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 void
save_for_inline_copying (fndecl) save_for_inline_copying (fndecl)
tree fndecl; tree fndecl;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment