diff options
| author | law <law@138bc75d-0d04-0410-961f-82ee72b054a4> | 1999-03-03 23:13:41 +0000 |
|---|---|---|
| committer | law <law@138bc75d-0d04-0410-961f-82ee72b054a4> | 1999-03-03 23:13:41 +0000 |
| commit | bc4714676e7f0f8e06dcebeb20d1cf4565af583d (patch) | |
| tree | 0e044df719e2afb15510992677825c74875e9ca3 | |
| parent | cd299e6d04dff8833eac1bcdad48c2e91369f2e9 (diff) | |
| download | ppe42-gcc-bc4714676e7f0f8e06dcebeb20d1cf4565af583d.tar.gz ppe42-gcc-bc4714676e7f0f8e06dcebeb20d1cf4565af583d.zip | |
* function.c (current_function_has_computed_jump): Remove duplicate
definition.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@25571 138bc75d-0d04-0410-961f-82ee72b054a4
| -rw-r--r-- | gcc/ChangeLog | 5 | ||||
| -rw-r--r-- | gcc/function.c | 7 |
2 files changed, 5 insertions, 7 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 5fc8a3411b1..59a22f1edfc 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -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. diff --git a/gcc/function.c b/gcc/function.c index 79ca24deffa..4d6736650d6 100644 --- a/gcc/function.c +++ b/gcc/function.c @@ -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; |

