Commit a6b83e54 by Jim Wilson

(loop_number_first_block, loop_number_last_block,

loop_number_block_level): Delete declarations.

From-SVN: r1800
parent 07e857c2
......@@ -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 ();
......
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