aboutsummaryrefslogtreecommitdiff
path: root/gcc/loop.h
diff options
context:
space:
mode:
authorJim Wilson <wilson@gcc.gnu.org>1992-08-11 12:53:15 -0700
committerJim Wilson <wilson@gcc.gnu.org>1992-08-11 12:53:15 -0700
commita6b83e54f57508545256eefc88c924cc00d1eae0 (patch)
tree6b4d740d8bff46c832d081915762d129aea0d1de /gcc/loop.h
parent07e857c23f6f011ce26ca409510253e1f22e3a49 (diff)
downloadgcc-a6b83e54f57508545256eefc88c924cc00d1eae0.zip
gcc-a6b83e54f57508545256eefc88c924cc00d1eae0.tar.gz
gcc-a6b83e54f57508545256eefc88c924cc00d1eae0.tar.bz2
(loop_number_first_block, loop_number_last_block,
loop_number_block_level): Delete declarations. From-SVN: r1800
Diffstat (limited to 'gcc/loop.h')
-rw-r--r--gcc/loop.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/gcc/loop.h b/gcc/loop.h
index 7def978..42894ce 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 ();