diff options
author | Jan Hubicka <jh@suse.cz> | 2006-12-09 16:36:55 +0100 |
---|---|---|
committer | Jan Hubicka <hubicka@gcc.gnu.org> | 2006-12-09 15:36:55 +0000 |
commit | efe75b6f9f3ce9e403395b28485bf5ff36eb8444 (patch) | |
tree | 794d162f5a93eee10fce8f0475a9c85d435474e6 /gcc/cgraph.h | |
parent | 448d5cc931f428c55fc0d43481c635b03c61e68d (diff) | |
download | gcc-efe75b6f9f3ce9e403395b28485bf5ff36eb8444.zip gcc-efe75b6f9f3ce9e403395b28485bf5ff36eb8444.tar.gz gcc-efe75b6f9f3ce9e403395b28485bf5ff36eb8444.tar.bz2 |
cgraph.c: Update copyright.
* cgraph.c: Update copyright.
* cgraph.h: Likewise
(cgraph_update_pending_function): Remove prototype.
* cgraphunit.c: Update copyright; update overall comment.
(cgraph_assemble_pending_functions): Make local.
From-SVN: r119691
Diffstat (limited to 'gcc/cgraph.h')
-rw-r--r-- | gcc/cgraph.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gcc/cgraph.h b/gcc/cgraph.h index be80062..8965563 100644 --- a/gcc/cgraph.h +++ b/gcc/cgraph.h @@ -1,5 +1,5 @@ /* Callgraph handling code. - Copyright (C) 2003, 2004, 2005 Free Software Foundation, Inc. + Copyright (C) 2003, 2004, 2005, 2006 Free Software Foundation, Inc. Contributed by Jan Hubicka This file is part of GCC. @@ -309,7 +309,6 @@ struct cgraph_node *cgraph_master_clone (struct cgraph_node *); void cgraph_add_new_function (tree); /* In cgraphunit.c */ -bool cgraph_assemble_pending_functions (void); bool cgraph_varpool_assemble_pending_decls (void); void cgraph_finalize_function (tree, bool); void cgraph_finalize_compilation_unit (void); |