Commit 5019d7a7 by Mark Mitchell Committed by Mark Mitchell

* tree.h (reorder_block): Change prototype.

From-SVN: r29445
parent 777ffbda
......@@ -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 *));
......
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