(loop_number_first_block, loop_number_last_block,

loop_number_block_level): Delete declarations.

From-SVN: r1800
This commit is contained in:
Jim Wilson 1992-08-11 12:53:15 -07:00
parent 07e857c23f
commit a6b83e54f5
1 changed files with 0 additions and 6 deletions

View File

@ -157,12 +157,6 @@ int invariant_p ();
rtx get_condition_for_loop ();
void emit_iv_add_mult ();
/* Variables declared in stmt.c but also needed in loop.c. */
extern union tree_node **loop_number_first_block;
extern union tree_node **loop_number_last_block;
extern int *loop_number_block_level;
/* Forward declarations for non-static functions declared in stmt.c. */
void find_loop_tree_blocks ();
void unroll_block_trees ();