diff options
author | Richard Henderson <rth@cygnus.com> | 2000-10-05 23:00:40 -0700 |
---|---|---|
committer | Richard Henderson <rth@gcc.gnu.org> | 2000-10-05 23:00:40 -0700 |
commit | 9cc37c9f65a2fb17982afa839ba7e636d720d421 (patch) | |
tree | 90bd98cde419eb490dee01e563088e87ef8df819 /gcc/ch | |
parent | 388b067fcfea685118c5e14ea4d9447a7648fff3 (diff) | |
download | gcc-9cc37c9f65a2fb17982afa839ba7e636d720d421.zip gcc-9cc37c9f65a2fb17982afa839ba7e636d720d421.tar.gz gcc-9cc37c9f65a2fb17982afa839ba7e636d720d421.tar.bz2 |
* decl.c (finish_chill_function): Don't init can_reach_end.
From-SVN: r36748
Diffstat (limited to 'gcc/ch')
-rw-r--r-- | gcc/ch/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/ch/decl.c | 3 |
2 files changed, 4 insertions, 3 deletions
diff --git a/gcc/ch/ChangeLog b/gcc/ch/ChangeLog index f356ff8..0fea3fa 100644 --- a/gcc/ch/ChangeLog +++ b/gcc/ch/ChangeLog @@ -1,3 +1,7 @@ +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. diff --git a/gcc/ch/decl.c b/gcc/ch/decl.c index 571eaed..367a219 100644 --- a/gcc/ch/decl.c +++ b/gcc/ch/decl.c @@ -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); } |