From 39adabaf32813faa9cfbfbd6cfe306200404ee68 Mon Sep 17 00:00:00 2001 From: Richard Henderson Date: Tue, 9 Sep 2003 20:06:32 -0700 Subject: cgraphunit.c (cgraph_finalize_function): Remove unused argument. * cgraphunit.c (cgraph_finalize_function): Remove unused argument. * cgraph.h (cgraph_finalize_function): Update. * c-decl.c (finish_function): Update. cp/ * semantics.c (expand_or_defer_fn): Update call to cgraph_finalize_function. java/ * parse.y (source_end_java_method): Update call to cgraph_finalize_function. From-SVN: r71263 --- gcc/cp/semantics.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gcc/cp/semantics.c') diff --git a/gcc/cp/semantics.c b/gcc/cp/semantics.c index b5d76ce..50923ab 100644 --- a/gcc/cp/semantics.c +++ b/gcc/cp/semantics.c @@ -2940,7 +2940,7 @@ expand_or_defer_fn (tree fn) import_export_decl (fn); /* Expand or defer, at the whim of the compilation unit manager. */ - cgraph_finalize_function (fn, DECL_SAVED_TREE (fn)); + cgraph_finalize_function (fn); } /* Helper function for walk_tree, used by finish_function to override all -- cgit v1.1