diff options
Diffstat (limited to 'gcc/tree-flow.h')
-rw-r--r-- | gcc/tree-flow.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gcc/tree-flow.h b/gcc/tree-flow.h index f28ef31..1830ffa 100644 --- a/gcc/tree-flow.h +++ b/gcc/tree-flow.h @@ -872,6 +872,9 @@ unsigned int execute_free_datastructures (void); unsigned int execute_fixup_cfg (void); bool fixup_noreturn_call (gimple stmt); +/* In ipa-pure-const.c */ +void warn_function_noreturn (tree); + #include "tree-flow-inline.h" void swap_tree_operands (gimple, tree *, tree *); |