diff options
Diffstat (limited to 'gcc/tree-pass.h')
-rw-r--r-- | gcc/tree-pass.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/tree-pass.h b/gcc/tree-pass.h index c37e4b2..333b5a7 100644 --- a/gcc/tree-pass.h +++ b/gcc/tree-pass.h @@ -497,6 +497,7 @@ extern gimple_opt_pass *make_pass_cleanup_cfg_post_optimizing (gcc::context *ctxt); extern gimple_opt_pass *make_pass_init_datastructures (gcc::context *ctxt); extern gimple_opt_pass *make_pass_fixup_cfg (gcc::context *ctxt); +extern gimple_opt_pass *make_pass_backprop (gcc::context *ctxt); extern rtl_opt_pass *make_pass_expand (gcc::context *ctxt); extern rtl_opt_pass *make_pass_instantiate_virtual_regs (gcc::context *ctxt); |