function.c (current_function_has_computed_jump): Remove duplicate definition.
authorJeffrey A Law <law@cygnus.com>
Wed, 3 Mar 1999 23:13:41 +0000 (23:13 +0000)
committerJeff Law <law@gcc.gnu.org>
Wed, 3 Mar 1999 23:13:41 +0000 (16:13 -0700)
        * function.c (current_function_has_computed_jump): Remove duplicate
        definition.

From-SVN: r25571

gcc/ChangeLog
gcc/function.c

index 5fc8a3411b1ef8efae118d2d8c9e42748141ae0a..59a22f1edfc2b859091fb4fcafaadaa31914ca83 100644 (file)
@@ -1,3 +1,8 @@
+Thu Mar  4 00:05:44 1999  Jeffrey A Law  (law@cygnus.com)
+
+       * function.c (current_function_has_computed_jump): Remove duplicate
+       definition.
+
 Wed Mar  3 19:09:11 1999  Jim Wilson  <wilson@cygnus.com>
 
        * m68k/m68020-elf.h (INIT_SECTION_ASM_OP, FINI_SECTION_ASM_OP): Undef.
index 79ca24deffaf949ba1168bb8e1b0095b6e066128..4d6736650d68162cc4dfbd36dba0cd16e0367447 100644 (file)
@@ -135,13 +135,6 @@ int current_function_has_nonlocal_label;
 
 int current_function_has_nonlocal_goto;
 
-/* Nonzero if this function has a computed goto.
-
-   It is computed during find_basic_blocks or during stupid life
-   analysis.  */
-
-int current_function_has_computed_jump;
-
 /* Nonzero if function being compiled contains nested functions.  */
 
 int current_function_contains_functions;