OSDN Git Service

* function.c (current_function_has_computed_jump): Remove duplicate
authorlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 3 Mar 1999 23:13:41 +0000 (23:13 +0000)
committerlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 3 Mar 1999 23:13:41 +0000 (23:13 +0000)
        definition.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@25571 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/function.c

index 5fc8a34..59a22f1 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 79ca24d..4d67366 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;