Commit 388b067f by Richard Henderson Committed by Richard Henderson

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

From-SVN: r36747
parent 83dad10c
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> Sun Oct 1 11:43:44 2000 Mark Mitchell <mark@codesourcery.com>
* com.c (lang_mark_false_label_stack): Remove. * com.c (lang_mark_false_label_stack): Remove.
......
...@@ -14188,9 +14188,6 @@ finish_function (int nested) ...@@ -14188,9 +14188,6 @@ finish_function (int nested)
/* Generate rtl for function exit. */ /* Generate rtl for function exit. */
expand_function_end (input_filename, lineno, 0); 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 /* If this is a nested function, protect the local variables in the stack
above us from being collected while we're compiling this function. */ above us from being collected while we're compiling this function. */
if (ggc_p && nested) if (ggc_p && nested)
......
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