diff options
Diffstat (limited to 'gcc/gimple-expr.h')
-rw-r--r-- | gcc/gimple-expr.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/gimple-expr.h b/gcc/gimple-expr.h index ed23eb24bfc..3d1c89ff371 100644 --- a/gcc/gimple-expr.h +++ b/gcc/gimple-expr.h @@ -28,7 +28,6 @@ extern gimple_seq gimple_body (tree); extern bool gimple_has_body_p (tree); extern const char *gimple_decl_printable_name (tree, int); extern tree copy_var_decl (tree, tree, tree); -extern bool gimple_can_coalesce_p (tree, tree); extern tree create_tmp_var_name (const char *); extern tree create_tmp_var_raw (tree, const char * = NULL); extern tree create_tmp_var (tree, const char * = NULL); |