aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-inline.h
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/tree-inline.h')
-rw-r--r--gcc/tree-inline.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/gcc/tree-inline.h b/gcc/tree-inline.h
index a159758..1f71c33 100644
--- a/gcc/tree-inline.h
+++ b/gcc/tree-inline.h
@@ -28,8 +28,10 @@ void optimize_inline_calls (tree);
bool tree_inlinable_function_p (tree);
tree copy_tree_r (tree *, int *, void *);
void clone_body (tree, tree, void *);
-tree save_body (tree, tree *, tree *);
+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);
/* 0 if we should not perform inlining.