Commit 202d3164 by Jeffrey A Law Committed by Jeff Law

function.c (current_function_has_computed_jump): Remove duplicate definition.

        * function.c (current_function_has_computed_jump): Remove duplicate
        definition.

From-SVN: r25571
parent dbfea53d
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> 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. * m68k/m68020-elf.h (INIT_SECTION_ASM_OP, FINI_SECTION_ASM_OP): Undef.
......
...@@ -135,13 +135,6 @@ int current_function_has_nonlocal_label; ...@@ -135,13 +135,6 @@ int current_function_has_nonlocal_label;
int current_function_has_nonlocal_goto; 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. */ /* Nonzero if function being compiled contains nested functions. */
int current_function_contains_functions; int current_function_contains_functions;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment