From 5019d7a7f06217a19edf434fca2d91590dee5351 Mon Sep 17 00:00:00 2001 From: Mark Mitchell Date: Thu, 16 Sep 1999 00:23:25 +0000 Subject: [PATCH] * tree.h (reorder_block): Change prototype. From-SVN: r29445 --- gcc/ChangeLog | 3 ++- gcc/tree.h | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 870705219a2c..a6299be9d072 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -3,7 +3,7 @@ Wed Sep 15 15:51:52 1999 Mark Mitchell * 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 * 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 diff --git a/gcc/tree.h b/gcc/tree.h index 8ea3dbd31ab6..669e9efbc4b7 100644 --- a/gcc/tree.h +++ b/gcc/tree.h @@ -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 *)); -- 2.43.5