diff options
author | Richard Henderson <rth@cygnus.com> | 1999-02-08 13:39:33 -0800 |
---|---|---|
committer | Richard Henderson <rth@gcc.gnu.org> | 1999-02-08 13:39:33 -0800 |
commit | acd693d10c5d694eb221071d0b171edbada6202a (patch) | |
tree | 7741976eef8dfd7090489ac85cbac76e34a04fc5 /gcc/ChangeLog | |
parent | 6ffc8580a7098be91a58d8aeca413fc7e2d61def (diff) | |
download | gcc-acd693d10c5d694eb221071d0b171edbada6202a.zip gcc-acd693d10c5d694eb221071d0b171edbada6202a.tar.gz gcc-acd693d10c5d694eb221071d0b171edbada6202a.tar.bz2 |
output.h (current_function_has_computed_jump): Rename from current_function_addresses_labels.
* output.h (current_function_has_computed_jump): Rename from
current_function_addresses_labels.
* function.h (struct function): Likewise for addresses_labels member.
* rtl.h (FUNCTION_FLAGS_HAS_COMPUTED_JUMP): Likewise.
* function.c (current_function_has_computed_jump): Likewise.
Update all references.
* integrate.c (function_cannot_inline_p):
Test current_function_has_computed_jump instead of addresses_labels.
(initialize_for_inline): Likewise save.
(output_inline_function): Likewise restore.
* expr.c (expand_expr): Don't reference addresses_labels variables.
* stmt.c (expand_computed_goto): Set has_computed_jump.
From-SVN: r25100
Diffstat (limited to 'gcc/ChangeLog')
-rw-r--r-- | gcc/ChangeLog | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 6883675..6a6e1ab 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,19 @@ +Mon Feb 8 21:36:44 1999 Richard Henderson <rth@cygnus.com> + + * output.h (current_function_has_computed_jump): Rename from + current_function_addresses_labels. + * function.h (struct function): Likewise for addresses_labels member. + * rtl.h (FUNCTION_FLAGS_HAS_COMPUTED_JUMP): Likewise. + * function.c (current_function_has_computed_jump): Likewise. + Update all references. + * integrate.c (function_cannot_inline_p): + Test current_function_has_computed_jump instead of addresses_labels. + (initialize_for_inline): Likewise save. + (output_inline_function): Likewise restore. + + * expr.c (expand_expr): Don't reference addresses_labels variables. + * stmt.c (expand_computed_goto): Set has_computed_jump. + 1999-02-08 Michael Meissner <meissner@cygnus.com> This is being installed only to get it into the repository to help |