OSDN Git Service

* basic-block.h (verify_flow_info): Declare.
authorlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 5 Apr 2000 15:44:56 +0000 (15:44 +0000)
committerlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 5 Apr 2000 15:44:56 +0000 (15:44 +0000)
        (flow_loop_outside_edge_p): Declare.
        * flow.c (verify_flow_info): Remove declaration.
        (clear_log_links, flow_loop_outside_edge_p): Likewise.

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

gcc/ChangeLog
gcc/basic-block.h
gcc/flow.c

index c3dfe33..8383f1c 100644 (file)
@@ -1,3 +1,10 @@
+Wed Apr  5 09:44:07 2000  Jeffrey A Law  (law@cygnus.com)
+
+       * basic-block.h (verify_flow_info): Declare.
+       (flow_loop_outside_edge_p): Declare.
+       * flow.c (verify_flow_info): Remove declaration.
+       (clear_log_links, flow_loop_outside_edge_p): Likewise.
+
 Wed Apr  5 09:34:26 2000  Philippe De Muyter <phdm@macqel.be>
 
        * m68k/m68k-protos.h (finalize_pic): Turn prototype off using `#if 0',
index 7705daa..c3a9d9a 100644 (file)
@@ -453,5 +453,11 @@ extern void debug_bb_n                     PARAMS ((int));
 extern void dump_regset                        PARAMS ((regset, FILE *));
 extern void debug_regset               PARAMS ((regset));
 
+/* This function is always defined so it can be called from the
+   debugger, and it is declared extern so we don't get warnings about
+   it being unused. */
+extern void verify_flow_info           PARAMS ((void));
+extern int flow_loop_outside_edge_p    PARAMS ((const struct loop *, edge));
+
 
 #endif /* _BASIC_BLOCK_H */
index b7dc3be..32693e4 100644 (file)
@@ -353,13 +353,6 @@ static void flow_loop_tree_node_add        PARAMS ((struct loop *, struct loop *));
 static void flow_loops_tree_build      PARAMS ((struct loops *));
 static int flow_loop_level_compute     PARAMS ((struct loop *, int));
 static int flow_loops_level_compute    PARAMS ((struct loops *));
-
-/* This function is always defined so it can be called from the
-   debugger, and it is declared extern so we don't get warnings about
-   it being unused. */
-void verify_flow_info                  PARAMS ((void));
-int flow_loop_outside_edge_p           PARAMS ((const struct loop *, edge));
-void clear_log_links                    PARAMS ((rtx));
 \f
 /* Find basic blocks of the current function.
    F is the first insn of the function and NREGS the number of register