* decl.c (finish_chill_function): Don't init can_reach_end.
authorRichard Henderson <rth@cygnus.com>
Fri, 6 Oct 2000 06:00:40 +0000 (23:00 -0700)
committerRichard Henderson <rth@gcc.gnu.org>
Fri, 6 Oct 2000 06:00:40 +0000 (23:00 -0700)
From-SVN: r36748

gcc/ch/ChangeLog
gcc/ch/decl.c

index f356ff8335df8de7b1e90d35279753aa277e2382..0fea3fadca6bc0b1cd2a98d71c28dbb48c7fb20b 100644 (file)
@@ -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.
index 571eaed63b47a046c635fa362bda574ac16275b0..367a21974f842262c381a2085913369cba8b018a 100644 (file)
@@ -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);
        }