diff options
author | Jim Wilson <wilson@gcc.gnu.org> | 1992-08-11 12:53:15 -0700 |
---|---|---|
committer | Jim Wilson <wilson@gcc.gnu.org> | 1992-08-11 12:53:15 -0700 |
commit | a6b83e54f57508545256eefc88c924cc00d1eae0 (patch) | |
tree | 6b4d740d8bff46c832d081915762d129aea0d1de /gcc/loop.h | |
parent | 07e857c23f6f011ce26ca409510253e1f22e3a49 (diff) | |
download | gcc-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.h | 6 |
1 files changed, 0 insertions, 6 deletions
@@ -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 (); |