From 0ea0e8717d8def2eea263fce29e17122b36710dc Mon Sep 17 00:00:00 2001 From: Jeff Law Date: Wed, 4 Nov 1998 13:45:01 -0700 Subject: rtl.h (flow2_completed): Declare. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit � * rtl.h (flow2_completed): Declare. * flow.c (flow2_completed): Definition. * toplev.c (rest_of_compilation): Set and clear flow2_completed as necessary. From-SVN: r23527 --- gcc/rtl.h | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'gcc') diff --git a/gcc/rtl.h b/gcc/rtl.h index 2a761c4..7826135 100644 --- a/gcc/rtl.h +++ b/gcc/rtl.h @@ -1186,8 +1186,12 @@ extern union tree_node *make_tree PROTO((union tree_node *, rtx)); #define STORE_FLAG_VALUE 1 #endif +/* Nonzero after the second flow pass has completed. + Set to 1 or 0 by toplev.c */ +extern int flow2_completed; + /* Nonzero after end of reload pass. - Set to 1 or 0 by toplev.c. */ + Set to 1 or 0 by reload1.c. */ extern int reload_completed; -- cgit v1.1