Commit 9cc37c9f by Richard Henderson Committed by Richard Henderson

* decl.c (finish_chill_function): Don't init can_reach_end.

From-SVN: r36748
parent 388b067f
2000-10-05 Richard Henderson <rth@cygnus.com>
* decl.c (finish_chill_function): Don't init can_reach_end.
2000-09-10 Zack Weinberg <zack@wolery.cumb.org>
* decl.c, timing.c: Include defaults.h if not already included.
......
......@@ -1964,9 +1964,6 @@ finish_chill_function ()
/* 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;
/* Run the optimizers and output assembler code for this function. */
rest_of_compilation (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