aboutsummaryrefslogtreecommitdiff
path: root/gcc/basic-block.h
diff options
context:
space:
mode:
authorJohn Wehle <john@feith.com>2001-12-12 05:01:32 +0000
committerJohn Wehle <wehle@gcc.gnu.org>2001-12-12 05:01:32 +0000
commit3dba42519e2aba3e1e48a75c29dd5d2554e1789f (patch)
tree084ce425b04f551cac185ff25ad613ecc346d389 /gcc/basic-block.h
parentf5f53ae35dfa8763a87ccd11cb06cd478fdb49e6 (diff)
downloadgcc-3dba42519e2aba3e1e48a75c29dd5d2554e1789f.zip
gcc-3dba42519e2aba3e1e48a75c29dd5d2554e1789f.tar.gz
gcc-3dba42519e2aba3e1e48a75c29dd5d2554e1789f.tar.bz2
basic-block.h (flow_preorder_transversal_compute): Declare.
* basic-block.h (flow_preorder_transversal_compute): Declare. * cfganal.c (flow_preorder_transversal_compute): Implement. From-SVN: r47920
Diffstat (limited to 'gcc/basic-block.h')
-rw-r--r--gcc/basic-block.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/basic-block.h b/gcc/basic-block.h
index 253e1fd..f31b465 100644
--- a/gcc/basic-block.h
+++ b/gcc/basic-block.h
@@ -321,6 +321,7 @@ extern void tidy_fallthru_edge PARAMS ((edge, basic_block,
extern void tidy_fallthru_edges PARAMS ((void));
extern void flow_reverse_top_sort_order_compute PARAMS ((int *));
extern int flow_depth_first_order_compute PARAMS ((int *, int *));
+extern void flow_preorder_transversal_compute PARAMS ((int *));
extern void dump_edge_info PARAMS ((FILE *, edge, int));
extern void clear_edges PARAMS ((void));
extern void mark_critical_edges PARAMS ((void));