(loop_number_exit_count): Declare it.
authorRichard Kenner <kenner@gcc.gnu.org>
Fri, 14 Jul 1995 12:23:39 +0000 (08:23 -0400)
committerRichard Kenner <kenner@gcc.gnu.org>
Fri, 14 Jul 1995 12:23:39 +0000 (08:23 -0400)
From-SVN: r10129

gcc/loop.h

index 65e326efe2a0ce30a9f4939deb5bee304bc15895..4c9c483e411ea3015a7125f9cacf624339e90b82 100644 (file)
@@ -1,5 +1,5 @@
 /* Loop optimization definitions for GNU C-Compiler
-   Copyright (C) 1991 Free Software Foundation, Inc.
+   Copyright (C) 1991, 1995 Free Software Foundation, Inc.
 
 This file is part of GNU CC.
 
@@ -146,6 +146,7 @@ extern int max_uid_for_loop;
 extern int *uid_loop_num;
 extern int *loop_outer_loop;
 extern rtx *loop_number_exit_labels;
+extern int *loop_number_exit_count;
 extern unsigned HOST_WIDE_INT loop_n_iterations;
 extern int max_reg_before_loop;