diff options
author | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-11-08 22:40:09 +0000 |
---|---|---|
committer | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-11-08 22:40:09 +0000 |
commit | 8c143e711794e9ebc5a059a1a4494a4da0b5b4a2 (patch) | |
tree | bb571f45d62b0dc2127768c9739421820c72fe27 /gcc/tree-inline.h | |
parent | 0f94aa6bbbf5e33ae6a4dfe7bc2ca704db30aec8 (diff) | |
download | gcc-8c143e711794e9ebc5a059a1a4494a4da0b5b4a2.tar.gz |
* tree-inline.c (remap_save_expr): Make it static.
* tree-inline.h: Remove the corresponding prototype.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@90313 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/tree-inline.h')
-rw-r--r-- | gcc/tree-inline.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/tree-inline.h b/gcc/tree-inline.h index ee8a51f7c12..a8e9de6c4c8 100644 --- a/gcc/tree-inline.h +++ b/gcc/tree-inline.h @@ -29,7 +29,6 @@ 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 remap_save_expr (tree *, void *, int *); int estimate_num_insns (tree expr); /* 0 if we should not perform inlining. |