OSDN Git Service

* tree.h: Fix typo in comment.
[pf3gnuchains/gcc-fork.git] / gcc / tree-inline.h
index 142f556..4619e31 100644 (file)
@@ -29,7 +29,7 @@ bool tree_inlinable_function_p (tree);
 tree copy_tree_r (tree*, int*, void*);
 void clone_body (tree, tree, void*);
 tree save_body (tree, tree *);
-void remap_save_expr (tree*, void*, tree, int*);
+void remap_save_expr (tree*, void*, int*);
 int estimate_num_insns (tree expr);
 
 /* 0 if we should not perform inlining.