diff options
author | Steven Bosscher <steven@gcc.gnu.org> | 2008-06-26 20:06:49 +0000 |
---|---|---|
committer | Steven Bosscher <steven@gcc.gnu.org> | 2008-06-26 20:06:49 +0000 |
commit | 25e87727418263bb68dae17a2ec4e6b9e933e46a (patch) | |
tree | b0ecfc44a05f007acec41cfa8851bdad92d5b499 /gcc/basic-block.h | |
parent | ddb649244037750743d9edef131f07e21795b045 (diff) | |
download | gcc-25e87727418263bb68dae17a2ec4e6b9e933e46a.zip gcc-25e87727418263bb68dae17a2ec4e6b9e933e46a.tar.gz gcc-25e87727418263bb68dae17a2ec4e6b9e933e46a.tar.bz2 |
cfganal.c: Include vec.h and vecprim.h.
* cfganal.c: Include vec.h and vecprim.h.
(compute_idf): Import from...
* tree-into-ssa (compute_idf): ...here.
* basic-block.h (compute_idf): Export.
From-SVN: r137158
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 17ec338..4aa864d 100644 --- a/gcc/basic-block.h +++ b/gcc/basic-block.h @@ -529,6 +529,7 @@ extern int dfs_enumerate_from (basic_block, int, bool (*)(const_basic_block, const void *), basic_block *, int, const void *); extern void compute_dominance_frontiers (bitmap *); +extern bitmap compute_idf (bitmap, bitmap *); extern void dump_bb_info (basic_block, bool, bool, int, const char *, FILE *); extern void dump_edge_info (FILE *, edge, int); extern void brief_dump_cfg (FILE *); |