diff options
Diffstat (limited to 'gcc/ssa.h')
-rw-r--r-- | gcc/ssa.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/ssa.h b/gcc/ssa.h index 5095319e997..5eb97855b70 100644 --- a/gcc/ssa.h +++ b/gcc/ssa.h @@ -27,6 +27,7 @@ typedef int (*successor_phi_fn) PARAMS ((rtx, int, int, void *)); extern int for_each_successor_phi PARAMS ((basic_block bb, successor_phi_fn, void *)); +void compute_dominance_frontiers PARAMS ((sbitmap *frontiers, int *idom)); extern int remove_phi_alternative PARAMS ((rtx, basic_block)); |