diff options
Diffstat (limited to 'gcc/tree-flow.h')
-rw-r--r-- | gcc/tree-flow.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/tree-flow.h b/gcc/tree-flow.h index bcbd7fb..f28ef31 100644 --- a/gcc/tree-flow.h +++ b/gcc/tree-flow.h @@ -870,6 +870,7 @@ tree maybe_fold_tmr (tree); unsigned int execute_free_datastructures (void); unsigned int execute_fixup_cfg (void); +bool fixup_noreturn_call (gimple stmt); #include "tree-flow-inline.h" |