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

gcc/f/ChangeLog
gcc/f/com.c

index 3ec2c9e..63d89b5 100644 (file)
@@ -1,3 +1,7 @@
+2000-10-05  Richard Henderson  <rth@cygnus.com>
+
+       * com.c (finish_function): Don't init can_reach_end.
+
 Sun Oct  1 11:43:44 2000  Mark Mitchell  <mark@codesourcery.com>
 
        * com.c (lang_mark_false_label_stack): Remove.
index 9cc31e9..7648910 100644 (file)
@@ -14188,9 +14188,6 @@ finish_function (int nested)
       /* 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;
-
       /* If this is a nested function, protect the local variables in the stack
         above us from being collected while we're compiling this function.  */
       if (ggc_p && nested)