* com.c (finish_function): Don't init can_reach_end.

From-SVN: r36747
This commit is contained in:
Richard Henderson 2000-10-05 23:00:21 -07:00 committed by Richard Henderson
parent 83dad10cd4
commit 388b067fcf
2 changed files with 4 additions and 3 deletions

View File

@ -1,3 +1,7 @@
2000-10-05 Richard Henderson <rth@cygnus.com>
* com.c (finish_function): Don't init can_reach_end.
Sun Oct 1 11:43:44 2000 Mark Mitchell <mark@codesourcery.com>
* com.c (lang_mark_false_label_stack): Remove.

View File

@ -14188,9 +14188,6 @@ finish_function (int nested)
/* Generate rtl for function exit. */
expand_function_end (input_filename, lineno, 0);
/* So we can tell if jump_optimize sets it to 1. */
can_reach_end = 0;
/* If this is a nested function, protect the local variables in the stack
above us from being collected while we're compiling this function. */
if (ggc_p && nested)