diff options
Diffstat (limited to 'gcc/tree-flow.h')
-rw-r--r-- | gcc/tree-flow.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gcc/tree-flow.h b/gcc/tree-flow.h index ee69179..cf96817 100644 --- a/gcc/tree-flow.h +++ b/gcc/tree-flow.h @@ -679,9 +679,6 @@ bool fixup_noreturn_call (gimple stmt); /* In ipa-pure-const.c */ void warn_function_noreturn (tree); -/* In tree-ssa-ter.c */ -bool stmt_is_replaceable_p (gimple); - /* In tree-parloops.c */ bool parallelized_function_p (tree); |