aboutsummaryrefslogtreecommitdiff
path: root/gcc/c-gimplify.c
diff options
context:
space:
mode:
authorKazu Hirata <kazu@cs.umass.edu>2005-01-27 18:22:35 +0000
committerKazu Hirata <kazu@gcc.gnu.org>2005-01-27 18:22:35 +0000
commitf93089d26f672bd7eee7b4c92af33846e5180320 (patch)
tree3e08a59cffcc642d3ca157c7d1743e11913c4205 /gcc/c-gimplify.c
parent116cb604ccba8dc7fe055e68ba0330edbda9faa6 (diff)
downloadgcc-f93089d26f672bd7eee7b4c92af33846e5180320.zip
gcc-f93089d26f672bd7eee7b4c92af33846e5180320.tar.gz
gcc-f93089d26f672bd7eee7b4c92af33846e5180320.tar.bz2
c-common.def, [...]: Update copyright.
* c-common.def, c-dump.c, c-gimplify.c, c-objc-common.c, cfgexpand.c, dbxout.c, function.h, opts.c, tree-flow-inline.h, tree-ssa-operands.h, tree-ssa-threadupdate.c, tree-tailcall.c, config/avr/avr.md, config/cris/aout.h, config/cris/cris.h, config/mips/iris6.h, config/sh/sh.c: Update copyright. From-SVN: r94328
Diffstat (limited to 'gcc/c-gimplify.c')
-rw-r--r--gcc/c-gimplify.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/c-gimplify.c b/gcc/c-gimplify.c
index 0584874..fd4ac4e 100644
--- a/gcc/c-gimplify.c
+++ b/gcc/c-gimplify.c
@@ -2,7 +2,7 @@
by the C-based front ends. The structure of gimplified, or
language-independent, trees is dictated by the grammar described in this
file.
- Copyright (C) 2002, 2003, 2004 Free Software Foundation, Inc.
+ Copyright (C) 2002, 2003, 2004, 2005 Free Software Foundation, Inc.
Lowering of expressions contributed by Sebastian Pop <s.pop@laposte.net>
Re-written to support lowering of whole function trees, documentation
and miscellaneous cleanups by Diego Novillo <dnovillo@redhat.com>