From: Jim Wilson Date: Tue, 11 Aug 1992 19:53:15 +0000 (-0700) Subject: (loop_number_first_block, loop_number_last_block, X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=a6b83e54f57508545256eefc88c924cc00d1eae0;p=gcc.git (loop_number_first_block, loop_number_last_block, loop_number_block_level): Delete declarations. From-SVN: r1800 --- diff --git a/gcc/loop.h b/gcc/loop.h index 7def978ea28..42894ce7af6 100644 --- a/gcc/loop.h +++ b/gcc/loop.h @@ -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 ();