aboutsummaryrefslogtreecommitdiff
path: root/gcc/gimplify.c
diff options
context:
space:
mode:
authorAlexandre Oliva <aoliva@gcc.gnu.org>2010-01-09 14:46:25 +0000
committerAlexandre Oliva <aoliva@gcc.gnu.org>2010-01-09 14:46:25 +0000
commit7c0281633fd3af8f287b51f89906ce3d528216d1 (patch)
tree6f71f11372bda983b159e8d70b88ae0184a434f9 /gcc/gimplify.c
parent994ae26cb557ee48ab34a1b88b2c9cf036b3c276 (diff)
downloadgcc-7c0281633fd3af8f287b51f89906ce3d528216d1.zip
gcc-7c0281633fd3af8f287b51f89906ce3d528216d1.tar.gz
gcc-7c0281633fd3af8f287b51f89906ce3d528216d1.tar.bz2
Update copyright notices of my recent commits.
From-SVN: r155766
Diffstat (limited to 'gcc/gimplify.c')
-rw-r--r--gcc/gimplify.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/gimplify.c b/gcc/gimplify.c
index e09cb3e..ccae4d8 100644
--- a/gcc/gimplify.c
+++ b/gcc/gimplify.c
@@ -1,6 +1,6 @@
/* Tree lowering pass. This pass converts the GENERIC functions-as-trees
tree representation into the GIMPLE form.
- Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009
+ Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010
Free Software Foundation, Inc.
Major work done by Sebastian Pop <s.pop@laposte.net>,
Diego Novillo <dnovillo@redhat.com> and Jason Merrill <jason@redhat.com>.