summaryrefslogtreecommitdiff
path: root/gcc/ch
diff options
context:
space:
mode:
authorrth <rth@138bc75d-0d04-0410-961f-82ee72b054a4>2000-10-06 06:00:40 +0000
committerrth <rth@138bc75d-0d04-0410-961f-82ee72b054a4>2000-10-06 06:00:40 +0000
commita45cd6615b716d93505f0290408e17d5e2c82490 (patch)
tree90bd98cde419eb490dee01e563088e87ef8df819 /gcc/ch
parent6189f1e2c93eb85d77d7b298e8090f16d5013a7e (diff)
downloadgcc-a45cd6615b716d93505f0290408e17d5e2c82490.tar.gz
* decl.c (finish_chill_function): Don't init can_reach_end.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@36748 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/ch')
-rw-r--r--gcc/ch/ChangeLog4
-rw-r--r--gcc/ch/decl.c3
2 files changed, 4 insertions, 3 deletions
diff --git a/gcc/ch/ChangeLog b/gcc/ch/ChangeLog
index f356ff8335d..0fea3fadca6 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 571eaed63b4..367a21974f8 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);
}