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.c | |
parent | 448d5cc931f428c55fc0d43481c635b03c61e68d (diff) | |
download | gcc-efe75b6f9f3ce9e403395b28485bf5ff36eb8444.tar.gz |
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.c')
-rw-r--r-- | gcc/cgraph.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/cgraph.c b/gcc/cgraph.c index 6fdd925a7db..23429feb8e7 100644 --- a/gcc/cgraph.c +++ b/gcc/cgraph.c @@ -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. |