OSDN Git Service

* decl.c (finish_chill_function): Don't init can_reach_end.
authorrth <rth@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 6 Oct 2000 06:00:40 +0000 (06:00 +0000)
committerrth <rth@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 6 Oct 2000 06:00:40 +0000 (06:00 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@36748 138bc75d-0d04-0410-961f-82ee72b054a4

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

index f356ff8..0fea3fa 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 571eaed..367a219 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);
        }