diff options
author | Mark Mitchell <mark@codesourcery.com> | 1999-09-16 00:23:25 +0000 |
---|---|---|
committer | Mark Mitchell <mmitchel@gcc.gnu.org> | 1999-09-16 00:23:25 +0000 |
commit | 5019d7a7f06217a19edf434fca2d91590dee5351 (patch) | |
tree | 811ccbb5cc65194339a8fce9745f2fcfa4ed09e8 | |
parent | 777ffbda17411f46ff30809f27369e47af5bfccf (diff) | |
download | gcc-5019d7a7f06217a19edf434fca2d91590dee5351.zip gcc-5019d7a7f06217a19edf434fca2d91590dee5351.tar.gz gcc-5019d7a7f06217a19edf434fca2d91590dee5351.tar.bz2 |
* tree.h (reorder_block): Change prototype.
From-SVN: r29445
-rw-r--r-- | gcc/ChangeLog | 3 | ||||
-rw-r--r-- | gcc/tree.h | 2 |
2 files changed, 3 insertions, 2 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 8707052..a6299be 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -3,7 +3,7 @@ Wed Sep 15 15:51:52 1999 Mark Mitchell <mark@codesourcery.com> * rtl.h (NOTE_BLOCK_NUMBER): Replace with ... (NOTE_BLOCK): New macro. (NOTE_BLOCK_LIVE_RANGE_BLOCK): Remove. - * function.h (identify_blocks): CHange prototype. + * function.h (identify_blocks): Change prototype. * function.c (identify_blocks): Simplify. (reorder_blocks): Likewise. * ggc-common.c (ggc_mark_rtx): Mark the BLOCK associated with a @@ -20,6 +20,7 @@ Wed Sep 15 15:51:52 1999 Mark Mitchell <mark@codesourcery.com> * stmt.c (block_vector): Remove. (find_loop_tree_blocks): Simplify. (unroll_block_trees): Likewise. + * tree.h (reorder_block): Change prototype. Wed Sep 15 14:39:35 1999 Jason Merrill <jason@yorick.cygnus.com> @@ -2318,7 +2318,7 @@ extern void pop_temp_slots PROTO ((void)); extern void push_temp_slots PROTO ((void)); extern void preserve_temp_slots PROTO ((struct rtx_def *)); extern int aggregate_value_p PROTO ((tree)); -extern tree reorder_blocks PROTO ((tree *, tree, +extern tree reorder_blocks PROTO ((tree, struct rtx_def *)); extern void free_temps_for_rtl_expr PROTO ((tree)); extern void instantiate_virtual_regs PROTO ((tree, struct rtx_def *)); |