diff options
Diffstat (limited to 'gcc/tree-inline.h')
-rw-r--r-- | gcc/tree-inline.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gcc/tree-inline.h b/gcc/tree-inline.h index 200a9a6..574b1d7 100644 --- a/gcc/tree-inline.h +++ b/gcc/tree-inline.h @@ -134,8 +134,6 @@ tree copy_tree_r (tree *, int *, void *); void clone_body (tree, tree, void *); void save_body (tree, tree *, tree *); int estimate_move_cost (tree type); -void push_cfun (struct function *new_cfun); -void pop_cfun (void); int estimate_num_insns (tree expr, eni_weights *); bool tree_versionable_function_p (tree); void tree_function_versioning (tree, tree, varray_type, bool); |