OSDN Git Service

authorlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 4 Nov 1998 20:45:01 +0000 (20:45 +0000)
committerlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 4 Nov 1998 20:45:01 +0000 (20:45 +0000)
        * rtl.h (flow2_completed): Declare.
        * flow.c (flow2_completed): Definition.
        * toplev.c (rest_of_compilation): Set and clear flow2_completed
        as necessary.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@23527 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/rtl.h

index 2a761c4..7826135 100644 (file)
--- 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;