diff options
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 acb5ea8d54a..f51de82f6c2 100644 --- a/gcc/basic-block.h +++ b/gcc/basic-block.h @@ -803,6 +803,7 @@ extern int dfs_enumerate_from (basic_block, int, basic_block *, int, const void *); extern void compute_dominance_frontiers (struct bitmap_head_def *); extern bitmap compute_idf (bitmap, struct bitmap_head_def *); +extern basic_block * single_pred_before_succ_order (void); /* In cfgrtl.c */ extern rtx block_label (basic_block); |