diff options
author | Richard Henderson <rth@cygnus.com> | 1999-03-17 13:58:49 -0800 |
---|---|---|
committer | Jeff Law <law@gcc.gnu.org> | 1999-03-17 14:58:49 -0700 |
commit | 422d0fb02b54499db4147cd9f65e7fe01ecf36b2 (patch) | |
tree | c43c997d7221f644b3d173ec09c04ce2bf156966 /gcc/basic-block.h | |
parent | e41753123bcf8495387918dfc6d8b20d4297bd31 (diff) | |
download | gcc-422d0fb02b54499db4147cd9f65e7fe01ecf36b2.tar.gz |
flow.c (compute_immediate_dominators): New function.
* flow.c (compute_immediate_dominators): New function.
* basic-block.h (compute_immediate_dominators): Declare it.
From-SVN: r25831
Diffstat (limited to 'gcc/basic-block.h')
-rw-r--r-- | gcc/basic-block.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/basic-block.h b/gcc/basic-block.h index 2052b8c42ae..378577f1753 100644 --- a/gcc/basic-block.h +++ b/gcc/basic-block.h @@ -249,3 +249,4 @@ extern void compute_preds_succs PROTO ((int_list_ptr *, int_list_ptr *, extern void compute_dominators PROTO ((sbitmap *, sbitmap *, int_list_ptr *, int_list_ptr *)); +extern void compute_immediate_dominators PROTO ((int *, sbitmap *)); |